#5858ca

Color #5858CA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5858CA

Tints of Slate Blue #5858CA

Color information

#5858CA (or 0x5858CA) is unknown color: approx Slate Blue. HEX triplet: 58, 58 and CA. RGB value is (88,88,202). Sum of RGB (Red+Green+Blue) = 88+88+202=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #5858CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5858CA is #A7A735. Grayscale: #646464. Windows color (decimal): -10987318 or 13260888. OLE color: 13260888.

HSL color Cylindrical-coordinate representation of color #5858CA: hue angle of 240º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5858CA is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8888202-
CMYK0.560.5600.21
HSL240º51.82%56.86%-
HSV(B)240º56.44%79.22%-
XYZ18.1713.3257.49-
YUV101185118.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 23.28%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 202 (79.30% from 255) = 53.44%
R=23.28%
G=23.28%
B=53.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal88882020.560.5600.2124051.8256.86
Hex5858CA3838015f03439
Octal13013031270700253606471
Binary101100010110001100101011100011100001010111110000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5858ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5858ca; }

 p { color: rgb(88,88,202); }

 H1.HeaderClassName
 {
   color: #5858ca;
 }
 .AnyTagClassName
 {
   color: #5858ca;
 }
</style>
background-color css

<style>
 a { background-color: #5858ca; }

 a { background-color: rgb(88,88,202); }

 div.DivClassName
 {
   background-color: #5858ca;
 }
 .BgClassName
 {
   background-color: #5858ca;
 }
</style>
border-color css

<style>
 span { border-color: #5858ca; }

 span { border-color: rgb(88,88,202); }

 td.TdClassName
 {
   border-color: #5858ca;
 }
 .TagClassName
 {
   border-color: #5858ca;
 }
</style>