Html Css Color HEX #5C66D9 Slate Blue

📋 copy color: '#5C66D9'

red 92 ◦ green 102 ◦ blue 217

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

Shades of Slate Blue #5C66D9

Tints of Slate Blue #5C66D9

RGB

 RED value IS 92 (36.33% from 255) = 22.38%

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

 BLUE value IS 217 (85.16% from 255) = 52.8%

R = 22.38%
G = 24.82%
B = 52.8%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5C66D9 (or 0x5C66D9) is known color: Slate Blue. HEX triplet: 5C, 66 and D9. RGB value is (92,102,217). Sum of RGB (Red+Green+Blue) = 92+102+217=411 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.38% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 217 (85.16% from 255 or 52.80% from 411); Max value from RGB is 217 - color contains mainly: blue. Hex color #5C66D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C66D9 is #A39926. Grayscale: #6F6F6F. Windows color (decimal): -10721575 or 14247516. OLE color: 14247516.

HSL color Cylindrical-coordinate representation of color #5C66D9: hue angle of 235.2º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C66D9 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 102 217 -
CMYK 0.58 0.53 0 0.15
HSL 235.2º 0.62% 0.61% -
HSV(B) 235.2º 0.58% 0.85% -
XYZ 21.69 16.79 67.74 -
YUV 112.12 187.19 113.65 -
System Red Green Blue C M Y K H S L
Decimal 92 102 217 0.58 0.53 0 0.15 235.2 0.62 0.61
Hex 5C 66 D9 3A 35 0 F EB 3E 3D
Octal 134 146 331 72 65 0 17 353 76 75
Binary 1011100 1100110 11011001 111010 110101 0 1111 11101011 111110 111101

Color Harmonies of #5C66D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C66D9

Black with #5C66D9

Text Example


Text Example

White with #5C66D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,102,217); }

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

background-color css

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

 a { background-color: rgb(92,102,217); }

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

border-color css

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

 span { border-color: rgb(92,102,217); }

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