Html Css Color HEX #5857CC Slate Blue

📋 copy color: '#5857CC'

red 88 ◦ green 87 ◦ blue 204

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

Shades of Slate Blue #5857CC

Tints of Slate Blue #5857CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 23.22%
G = 22.96%
B = 53.83%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5857CC (or 0x5857CC) is known color: Slate Blue. HEX triplet: 58, 57 and CC. RGB value is (88,87,204). Sum of RGB (Red+Green+Blue) = 88+87+204=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #5857CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5857CC is #A7A833. Grayscale: #646464. Windows color (decimal): -10987572 or 13391704. OLE color: 13391704.

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

Color convert

RGB 88 87 204 -
CMYK 0.57 0.57 0 0.2
HSL 240.51º 0.53% 0.57% -
HSV(B) 240.51º 0.57% 0.8% -
XYZ 18.33 13.25 58.72 -
YUV 100.64 186.33 118.99 -
System Red Green Blue C M Y K H S L
Decimal 88 87 204 0.57 0.57 0 0.2 240.51 0.53 0.57
Hex 58 57 CC 39 39 0 14 F1 35 39
Octal 130 127 314 71 71 0 24 361 65 71
Binary 1011000 1010111 11001100 111001 111001 0 10100 11110001 110101 111001

Color Harmonies of #5857CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5857CC

Black with #5857CC

Text Example


Text Example

White with #5857CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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