Html Css Color HEX #5544CC Slate Blue

📋 copy color: '#5544CC'

red 85 ◦ green 68 ◦ blue 204

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

Shades of Slate Blue #5544CC

Tints of Slate Blue #5544CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.05%

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

R = 23.81%
G = 19.05%
B = 57.14%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5544CC (or 0x5544CC) is known color: Slate Blue. HEX triplet: 55, 44 and CC. RGB value is (85,68,204). Sum of RGB (Red+Green+Blue) = 85+68+204=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #5544CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5544CC is #AABB33. Grayscale: #585858. Windows color (decimal): -11189044 or 13386837. OLE color: 13386837.

HSL color Cylindrical-coordinate representation of color #5544CC: hue angle of 247.5º 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 #5544CC is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 68 204 -
CMYK 0.58 0.67 0 0.2
HSL 247.5º 0.57% 0.53% -
HSV(B) 247.5º 0.67% 0.8% -
XYZ 16.71 10.43 58.26 -
YUV 88.59 193.13 125.44 -
System Red Green Blue C M Y K H S L
Decimal 85 68 204 0.58 0.67 0 0.2 247.5 0.57 0.53
Hex 55 44 CC 3A 43 0 14 F8 39 35
Octal 125 104 314 72 103 0 24 370 71 65
Binary 1010101 1000100 11001100 111010 1000011 0 10100 11111000 111001 110101

Color Harmonies of #5544CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5544CC

Black with #5544CC

Text Example


Text Example

White with #5544CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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