Html Css Color HEX #5755CE Slate Blue

📋 copy color: '#5755CE'

red 87 ◦ green 85 ◦ blue 206

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

Shades of Slate Blue #5755CE

Tints of Slate Blue #5755CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.49%

 BLUE value IS 206 (80.86% from 255) = 54.5%

R = 23.02%
G = 22.49%
B = 54.5%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5755CE (or 0x5755CE) is known color: Slate Blue. HEX triplet: 57, 55 and CE. RGB value is (87,85,206). Sum of RGB (Red+Green+Blue) = 87+85+206=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #5755CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5755CE is #A8AA31. Grayscale: #626262. Windows color (decimal): -11053618 or 13522263. OLE color: 13522263.

HSL color Cylindrical-coordinate representation of color #5755CE: hue angle of 240.99º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5755CE is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 85 206 -
CMYK 0.58 0.59 0 0.19
HSL 240.99º 0.55% 0.57% -
HSV(B) 240.99º 0.59% 0.81% -
XYZ 18.32 12.98 59.93 -
YUV 99.39 188.16 119.16 -
System Red Green Blue C M Y K H S L
Decimal 87 85 206 0.58 0.59 0 0.19 240.99 0.55 0.57
Hex 57 55 CE 3A 3B 0 13 F1 37 39
Octal 127 125 316 72 73 0 23 361 67 71
Binary 1010111 1010101 11001110 111010 111011 0 10011 11110001 110111 111001

Color Harmonies of #5755CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5755CE

Black with #5755CE

Text Example


Text Example

White with #5755CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5755CE; }

 p { color: rgb(87,85,206); }

 H1.HeaderClassName
 {
   color: #5755CE;
 }
 .AnyTagClassName
 {
   color: #5755CE;
 }
</style>

background-color css

<style>
 a { background-color: #5755CE; }

 a { background-color: rgb(87,85,206); }

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

border-color css

<style>
 span { border-color: #5755CE; }

 span { border-color: rgb(87,85,206); }

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