#445566

Color #445566 San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #445566

Tints of San Juan #445566

Color information

#445566 (or 0x445566) is unknown color: approx San Juan. HEX triplet: 44, 55 and 66. RGB value is (68,85,102). Sum of RGB (Red+Green+Blue) = 68+85+102=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 102 - color contains mainly: blue. Hex color #445566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445566 is #BBAA99. Grayscale: #515151. Windows color (decimal): -12298906 or 6706500. OLE color: 6706500.

HSL color Cylindrical-coordinate representation of color #445566: hue angle of 210º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #445566 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6885102-
CMYK0.330.1700.6
HSL210º20%33.33%-
HSV(B)210º33.33%40%-
XYZ8.038.6913.82-
YUV81.86139.37118.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 40%
R=26.67%
G=33.33%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68851020.330.1700.62102033.33
Hex445566211103Cd21421
Octal10412514641210743222441
Binary1000100101010111001101000011000101111001101001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445566; }

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

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

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

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

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

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

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

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