Html Css Color HEX #5C64CB Slate Blue

📋 copy color: '#5C64CB'

red 92 ◦ green 100 ◦ blue 203

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

Shades of Slate Blue #5C64CB

Tints of Slate Blue #5C64CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.32%

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

R = 23.29%
G = 25.32%
B = 51.39%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C64CB (or 0x5C64CB) is known color: Slate Blue. HEX triplet: 5C, 64 and CB. RGB value is (92,100,203). Sum of RGB (Red+Green+Blue) = 92+100+203=395 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.29% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C64CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C64CB is #A39B34. Grayscale: #6C6C6C. Windows color (decimal): -10722101 or 13329500. OLE color: 13329500.

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

Color convert

RGB 92 100 203 -
CMYK 0.55 0.51 0 0.20
HSL 235.68º 0.52% 0.58% -
HSV(B) 235.68º 0.55% 0.8% -
XYZ 19.75 15.7 58.49 -
YUV 109.35 180.85 115.62 -
System Red Green Blue C M Y K H S L
Decimal 92 100 203 0.55 0.51 0 0.20 235.68 0.52 0.58
Hex 5C 64 CB 37 33 0 14 EC 34 3A
Octal 134 144 313 67 63 0 24 354 64 72
Binary 1011100 1100100 11001011 110111 110011 0 10100 11101100 110100 111010

Color Harmonies of #5C64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C64CB

Black with #5C64CB

Text Example


Text Example

White with #5C64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,100,203); }

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

background-color css

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

 a { background-color: rgb(92,100,203); }

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

border-color css

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

 span { border-color: rgb(92,100,203); }

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