#5546CB

Color #5546CB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5546CB

Tints of Slate Blue #5546CB

Color information

#5546CB (or 0x5546CB) is unknown color: approx Slate Blue. HEX triplet: 55, 46 and CB. RGB value is (85,70,203). Sum of RGB (Red+Green+Blue) = 85+70+203=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #5546CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5546CB is #AAB934. Grayscale: #595959. Windows color (decimal): -11188533 or 13321813. OLE color: 13321813.

HSL color Cylindrical-coordinate representation of color #5546CB: hue angle of 246.77º degrees, saturation: 0.56, 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 #5546CB is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8570203-
CMYK0.580.6600.20
HSL246.77º56.12%53.53%-
HSV(B)246.77º65.52%79.61%-
XYZ16.7210.6257.67-
YUV89.65191.97124.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 70 (27.73% from 255) = 19.55%
BLUE value IS 203 (79.69% from 255) = 56.70%
R=23.74%
G=19.55%
B=56.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85702030.580.6600.20246.7756.1253.53
Hex5546CB3A42014f73836
Octal125106313721020243677066
Binary1010101100011011001011111010100001001010011110111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5546CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5546CB;
 }
 .AnyTagClassName
 {
   color: #5546CB;
 }
</style>
background-color css

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

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

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

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

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

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