Html Css Color HEX #5542CB Slate Blue

📋 copy color: '#5542CB'

red 85 ◦ green 66 ◦ blue 203

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

Shades of Slate Blue #5542CB

Tints of Slate Blue #5542CB

RGB

 RED value IS 85 (33.59% from 255) = 24.01%

 GREEN value IS 66 (26.17% from 255) = 18.64%

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

R = 24.01%
G = 18.64%
B = 57.34%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5542CB (or 0x5542CB) is known color: Slate Blue. HEX triplet: 55, 42 and CB. RGB value is (85,66,203). Sum of RGB (Red+Green+Blue) = 85+66+203=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #5542CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5542CB is #AABD34. Grayscale: #565656. Windows color (decimal): -11189557 or 13320789. OLE color: 13320789.

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

Color convert

RGB 85 66 203 -
CMYK 0.58 0.67 0 0.20
HSL 248.32º 0.57% 0.53% -
HSV(B) 248.32º 0.67% 0.8% -
XYZ 16.47 10.14 57.59 -
YUV 87.3 193.29 126.36 -
System Red Green Blue C M Y K H S L
Decimal 85 66 203 0.58 0.67 0 0.20 248.32 0.57 0.53
Hex 55 42 CB 3A 43 0 14 F8 39 35
Octal 125 102 313 72 103 0 24 370 71 65
Binary 1010101 1000010 11001011 111010 1000011 0 10100 11111000 111001 110101

Color Harmonies of #5542CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5542CB

Black with #5542CB

Text Example


Text Example

White with #5542CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5542CB; }

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

 H1.HeaderClassName
 {
   color: #5542CB;
 }
 .AnyTagClassName
 {
   color: #5542CB;
 }
</style>

background-color css

<style>
 a { background-color: #5542CB; }

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

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

border-color css

<style>
 span { border-color: #5542CB; }

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

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