#64A5A2

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

Shades of Cadet Blue #64A5A2

Tints of Cadet Blue #64A5A2

Color information

#64A5A2 (or 0x64A5A2) is unknown color: approx Cadet Blue. HEX triplet: 64, A5 and A2. RGB value is (100,165,162). Sum of RGB (Red+Green+Blue) = 100+165+162=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 165 - color contains mainly: green. Hex color #64A5A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A5A2 is #9B5A5D. Grayscale: #919191. Windows color (decimal): -10181214 or 10659172. OLE color: 10659172.

HSL color Cylindrical-coordinate representation of color #64A5A2: hue angle of 177.23º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A5A2 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB100165162-
CMYK0.3900.020.35
HSL177.23º26.53%51.96%-
HSV(B)177.23º39.39%64.71%-
XYZ25.2332.2339.07-
YUV145.22137.4795.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.42%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 162 (63.67% from 255) = 37.94%
R=23.42%
G=38.64%
B=37.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001651620.3900.020.35177.2326.5351.96
Hex64A5A2270223b11b34
Octal1442452424702432613364
Binary110010010100101101000101001110101000111011000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A5A2; }

 p { color: rgb(100,165,162); }

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

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

 a { background-color: rgb(100,165,162); }

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

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

 span { border-color: rgb(100,165,162); }

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