#455A62

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

Shades of San Juan #455A62

Tints of San Juan #455A62

Color information

#455A62 (or 0x455A62) is unknown color: approx San Juan. HEX triplet: 45, 5A and 62. RGB value is (69,90,98). Sum of RGB (Red+Green+Blue) = 69+90+98=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #455A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A62 is #BAA59D. Grayscale: #545454. Windows color (decimal): -12232094 or 6445637. OLE color: 6445637.

HSL color Cylindrical-coordinate representation of color #455A62: hue angle of 196.55º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455A62 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB699098-
CMYK0.300.0800.62
HSL196.55º17.37%32.75%-
HSV(B)196.55º29.59%38.43%-
XYZ8.329.4612.94-
YUV84.63135.54116.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=26.85%
G=35.02%
B=38.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6990980.300.0800.62196.5517.3732.75
Hex455A621E803Ec51121
Octal10513214236100763052141
Binary10001011011010110001011110100001111101100010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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