Html Css Color HEX #5542CC Slate Blue

📋 copy color: '#5542CC'

red 85 ◦ green 66 ◦ blue 204

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

Shades of Slate Blue #5542CC

Tints of Slate Blue #5542CC

RGB

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

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

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

R = 23.94%
G = 18.59%
B = 57.46%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5542CC (or 0x5542CC) is known color: Slate Blue. HEX triplet: 55, 42 and CC. RGB value is (85,66,204). Sum of RGB (Red+Green+Blue) = 85+66+204=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #5542CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5542CC is #AABD33. Grayscale: #565656. Windows color (decimal): -11189556 or 13386325. OLE color: 13386325.

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

Color convert

RGB 85 66 204 -
CMYK 0.58 0.68 0 0.2
HSL 248.26º 0.58% 0.53% -
HSV(B) 248.26º 0.68% 0.8% -
XYZ 16.59 10.19 58.22 -
YUV 87.41 193.79 126.28 -
System Red Green Blue C M Y K H S L
Decimal 85 66 204 0.58 0.68 0 0.2 248.26 0.58 0.53
Hex 55 42 CC 3A 44 0 14 F8 3A 35
Octal 125 102 314 72 104 0 24 370 72 65
Binary 1010101 1000010 11001100 111010 1000100 0 10100 11111000 111010 110101

Color Harmonies of #5542CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5542CC

Black with #5542CC

Text Example


Text Example

White with #5542CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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