#455566

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

Shades of San Juan #455566

Tints of San Juan #455566

Color information

#455566 (or 0x455566) is unknown color: approx San Juan. HEX triplet: 45, 55 and 66. RGB value is (69,85,102). Sum of RGB (Red+Green+Blue) = 69+85+102=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 102 - color contains mainly: blue. Hex color #455566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455566 is #BAAA99. Grayscale: #525252. Windows color (decimal): -12233370 or 6706501. OLE color: 6706501.

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

Color convert

RGB6985102-
CMYK0.320.1700.6
HSL210.91º19.3%33.53%-
HSV(B)210.91º32.35%40%-
XYZ8.18.7213.83-
YUV82.15139.2118.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 102 (40.23% from 255) = 39.84%
R=26.95%
G=33.20%
B=39.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69851020.320.1700.6210.9119.333.53
Hex455566201103Cd31322
Octal10512514640210743232342
Binary1000101101010111001101000001000101111001101001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455566; }

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

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

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

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

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

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

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

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