Html Css Color HEX #5758CB Slate Blue

📋 copy color: '#5758CB'

red 87 ◦ green 88 ◦ blue 203

#5758CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5758CB

Tints of Slate Blue #5758CB

RGB

 RED value IS 87 (34.38% from 255) = 23.02%

 GREEN value IS 88 (34.77% from 255) = 23.28%

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 23.02%
G = 23.28%
B = 53.7%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5758CB (or 0x5758CB) is known color: Slate Blue. HEX triplet: 57, 58 and CB. RGB value is (87,88,203). Sum of RGB (Red+Green+Blue) = 87+88+203=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #5758CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5758CB is #A8A734. Grayscale: #646464. Windows color (decimal): -11052853 or 13326423. OLE color: 13326423.

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

Color convert

RGB 87 88 203 -
CMYK 0.57 0.57 0 0.20
HSL 239.48º 0.53% 0.57% -
HSV(B) 239.48º 0.57% 0.8% -
XYZ 18.2 13.32 58.11 -
YUV 100.81 185.67 118.15 -
System Red Green Blue C M Y K H S L
Decimal 87 88 203 0.57 0.57 0 0.20 239.48 0.53 0.57
Hex 57 58 CB 39 39 0 14 EF 35 39
Octal 127 130 313 71 71 0 24 357 65 71
Binary 1010111 1011000 11001011 111001 111001 0 10100 11101111 110101 111001

Color Harmonies of #5758CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5758CB

Black with #5758CB

Text Example


Text Example

White with #5758CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5758CB;
 }
 .AnyTagClassName
 {
   color: #5758CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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