#5555CC

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

Shades of Slate Blue #5555CC

Tints of Slate Blue #5555CC

Color information

#5555CC (or 0x5555CC) is unknown color: approx Slate Blue. HEX triplet: 55, 55 and CC. RGB value is (85,85,204). Sum of RGB (Red+Green+Blue) = 85+85+204=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #5555CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5555CC is #AAAA33. Grayscale: #626262. Windows color (decimal): -11184692 or 13391189. OLE color: 13391189.

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

Color convert

RGB8585204-
CMYK0.580.5800.2
HSL240º53.85%56.67%-
HSV(B)240º58.33%80%-
XYZ17.8912.7958.65-
YUV98.57187.5118.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 204 (80.08% from 255) = 54.55%
R=22.73%
G=22.73%
B=54.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal85852040.580.5800.224053.8556.67
Hex5555CC3A3A014f03639
Octal12512531472720243606671
Binary101010110101011100110011101011101001010011110000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5555CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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