Html Css Color HEX #5D66CC Slate Blue

📋 copy color: '#5D66CC'

red 93 ◦ green 102 ◦ blue 204

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

Shades of Slate Blue #5D66CC

Tints of Slate Blue #5D66CC

RGB

 RED value IS 93 (36.72% from 255) = 23.31%

 GREEN value IS 102 (40.23% from 255) = 25.56%

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

R = 23.31%
G = 25.56%
B = 51.13%

CMYK

 C value IS 0.54

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5D66CC (or 0x5D66CC) is known color: Slate Blue. HEX triplet: 5D, 66 and CC. RGB value is (93,102,204). Sum of RGB (Red+Green+Blue) = 93+102+204=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D66CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D66CC is #A29933. Grayscale: #6E6E6E. Windows color (decimal): -10656052 or 13395549. OLE color: 13395549.

HSL color Cylindrical-coordinate representation of color #5D66CC: hue angle of 235.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D66CC is Cyan = 0.54, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 102 204 -
CMYK 0.54 0.5 0 0.2
HSL 235.14º 0.52% 0.58% -
HSV(B) 235.14º 0.54% 0.8% -
XYZ 20.16 16.19 59.19 -
YUV 110.94 180.52 115.21 -
System Red Green Blue C M Y K H S L
Decimal 93 102 204 0.54 0.5 0 0.2 235.14 0.52 0.58
Hex 5D 66 CC 36 32 0 14 EB 34 3A
Octal 135 146 314 66 62 0 24 353 64 72
Binary 1011101 1100110 11001100 110110 110010 0 10100 11101011 110100 111010

Color Harmonies of #5D66CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D66CC

Black with #5D66CC

Text Example


Text Example

White with #5D66CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D66CC; }

 p { color: rgb(93,102,204); }

 H1.HeaderClassName
 {
   color: #5D66CC;
 }
 .AnyTagClassName
 {
   color: #5D66CC;
 }
</style>

background-color css

<style>
 a { background-color: #5D66CC; }

 a { background-color: rgb(93,102,204); }

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

border-color css

<style>
 span { border-color: #5D66CC; }

 span { border-color: rgb(93,102,204); }

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