Html Css Color HEX #5C55CB Slate Blue

📋 copy color: '#5C55CB'

red 92 ◦ green 85 ◦ blue 203

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

Shades of Slate Blue #5C55CB

Tints of Slate Blue #5C55CB

RGB

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

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

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

R = 24.21%
G = 22.37%
B = 53.42%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C55CB (or 0x5C55CB) is known color: Slate Blue. HEX triplet: 5C, 55 and CB. RGB value is (92,85,203). Sum of RGB (Red+Green+Blue) = 92+85+203=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C55CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C55CB is #A3AA34. Grayscale: #646464. Windows color (decimal): -10725941 or 13325660. OLE color: 13325660.

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

Color convert

RGB 92 85 203 -
CMYK 0.55 0.58 0 0.20
HSL 243.56º 0.53% 0.56% -
HSV(B) 243.56º 0.58% 0.8% -
XYZ 18.44 13.08 58.05 -
YUV 100.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 92 85 203 0.55 0.58 0 0.20 243.56 0.53 0.56
Hex 5C 55 CB 37 3A 0 14 F4 35 38
Octal 134 125 313 67 72 0 24 364 65 70
Binary 1011100 1010101 11001011 110111 111010 0 10100 11110100 110101 111000

Color Harmonies of #5C55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C55CB

Black with #5C55CB

Text Example


Text Example

White with #5C55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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