Html Css Color HEX #5C53CC Slate Blue

📋 copy color: '#5C53CC'

red 92 ◦ green 83 ◦ blue 204

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

Shades of Slate Blue #5C53CC

Tints of Slate Blue #5C53CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.9%

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

R = 24.27%
G = 21.9%
B = 53.83%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C53CC (or 0x5C53CC) is known color: Slate Blue. HEX triplet: 5C, 53 and CC. RGB value is (92,83,204). Sum of RGB (Red+Green+Blue) = 92+83+204=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 83 (32.81% from 255 or 21.90% 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 #5C53CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C53CC is #A3AC33. Grayscale: #636363. Windows color (decimal): -10726452 or 13390684. OLE color: 13390684.

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

Color convert

RGB 92 83 204 -
CMYK 0.55 0.59 0 0.2
HSL 244.46º 0.54% 0.56% -
HSV(B) 244.46º 0.59% 0.8% -
XYZ 18.41 12.82 58.63 -
YUV 99.49 186.98 122.66 -
System Red Green Blue C M Y K H S L
Decimal 92 83 204 0.55 0.59 0 0.2 244.46 0.54 0.56
Hex 5C 53 CC 37 3B 0 14 F4 36 38
Octal 134 123 314 67 73 0 24 364 66 70
Binary 1011100 1010011 11001100 110111 111011 0 10100 11110100 110110 111000

Color Harmonies of #5C53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C53CC

Black with #5C53CC

Text Example


Text Example

White with #5C53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,83,204); }

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

background-color css

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

 a { background-color: rgb(92,83,204); }

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

border-color css

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

 span { border-color: rgb(92,83,204); }

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