#455A66

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

Shades of San Juan #455A66

Tints of San Juan #455A66

Color information

#455A66 (or 0x455A66) is unknown color: approx San Juan. HEX triplet: 45, 5A and 66. RGB value is (69,90,102). Sum of RGB (Red+Green+Blue) = 69+90+102=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #455A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A66 is #BAA599. Grayscale: #555555. Windows color (decimal): -12232090 or 6707781. OLE color: 6707781.

HSL color Cylindrical-coordinate representation of color #455A66: hue angle of 201.82º 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 #455A66 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6990102-
CMYK0.320.1200.6
HSL201.82º19.3%33.53%-
HSV(B)201.82º32.35%40%-
XYZ8.519.5413.96-
YUV85.09137.54116.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 102 (40.23% from 255) = 39.08%
R=26.44%
G=34.48%
B=39.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69901020.320.1200.6201.8219.333.53
Hex455A6620C03Cca1322
Octal10513214640140743122342
Binary100010110110101100110100000110001111001100101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455A66; }

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

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

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

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

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

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

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

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