Html Css Color HEX #5857CB Slate Blue

📋 copy color: '#5857CB'

red 88 ◦ green 87 ◦ blue 203

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

Shades of Slate Blue #5857CB

Tints of Slate Blue #5857CB

RGB

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

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

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

R = 23.28%
G = 23.02%
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

#5857CB (or 0x5857CB) is known color: Slate Blue. HEX triplet: 58, 57 and CB. RGB value is (88,87,203). Sum of RGB (Red+Green+Blue) = 88+87+203=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 87 (34.38% from 255 or 23.02% 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 #5857CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5857CB is #A7A834. Grayscale: #646464. Windows color (decimal): -10987573 or 13326168. OLE color: 13326168.

HSL color Cylindrical-coordinate representation of color #5857CB: hue angle of 240.52º 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 #5857CB is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 87 203 -
CMYK 0.57 0.57 0 0.20
HSL 240.52º 0.53% 0.57% -
HSV(B) 240.52º 0.57% 0.8% -
XYZ 18.21 13.2 58.09 -
YUV 100.52 185.83 119.07 -
System Red Green Blue C M Y K H S L
Decimal 88 87 203 0.57 0.57 0 0.20 240.52 0.53 0.57
Hex 58 57 CB 39 39 0 14 F1 35 39
Octal 130 127 313 71 71 0 24 361 65 71
Binary 1011000 1010111 11001011 111001 111001 0 10100 11110001 110101 111001

Color Harmonies of #5857CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5857CB

Black with #5857CB

Text Example


Text Example

White with #5857CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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