#5758CA

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

Shades of Slate Blue #5758CA

Tints of Slate Blue #5758CA

Color information

#5758CA (or 0x5758CA) is unknown color: approx Slate Blue. HEX triplet: 57, 58 and CA. RGB value is (87,88,202). Sum of RGB (Red+Green+Blue) = 87+88+202=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #5758CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5758CA is #A8A735. Grayscale: #646464. Windows color (decimal): -11052854 or 13260887. OLE color: 13260887.

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

Color convert

RGB8788202-
CMYK0.570.5600.21
HSL239.48º52.04%56.67%-
HSV(B)239.48º56.93%79.22%-
XYZ18.0813.2757.49-
YUV100.7185.17118.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.08%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 202 (79.30% from 255) = 53.58%
R=23.08%
G=23.34%
B=53.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal87882020.570.5600.21239.4852.0456.67
Hex5758CA3938015ef3439
Octal12713031271700253576471
Binary101011110110001100101011100111100001010111101111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5758CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5758CA; }

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

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

<style>
 a { background-color: #5758CA; }

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

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

<style>
 span { border-color: #5758CA; }

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

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