Html Css Color HEX #5545CC Slate Blue

📋 copy color: '#5545CC'

red 85 ◦ green 69 ◦ blue 204

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

Shades of Slate Blue #5545CC

Tints of Slate Blue #5545CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.27%

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

R = 23.74%
G = 19.27%
B = 56.98%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5545CC (or 0x5545CC) is known color: Slate Blue. HEX triplet: 55, 45 and CC. RGB value is (85,69,204). Sum of RGB (Red+Green+Blue) = 85+69+204=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #5545CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5545CC is #AABA33. Grayscale: #585858. Windows color (decimal): -11188788 or 13387093. OLE color: 13387093.

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

Color convert

RGB 85 69 204 -
CMYK 0.58 0.66 0 0.2
HSL 247.11º 0.57% 0.54% -
HSV(B) 247.11º 0.66% 0.8% -
XYZ 16.77 10.55 58.28 -
YUV 89.17 192.8 125.02 -
System Red Green Blue C M Y K H S L
Decimal 85 69 204 0.58 0.66 0 0.2 247.11 0.57 0.54
Hex 55 45 CC 3A 42 0 14 F7 39 36
Octal 125 105 314 72 102 0 24 367 71 66
Binary 1010101 1000101 11001100 111010 1000010 0 10100 11110111 111001 110110

Color Harmonies of #5545CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5545CC

Black with #5545CC

Text Example


Text Example

White with #5545CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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