#659AA2

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

Shades of Cadet Blue #659AA2

Tints of Cadet Blue #659AA2

Color information

#659AA2 (or 0x659AA2) is unknown color: approx Cadet Blue. HEX triplet: 65, 9A and A2. RGB value is (101,154,162). Sum of RGB (Red+Green+Blue) = 101+154+162=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 162 - color contains mainly: blue. Hex color #659AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659AA2 is #9A655D. Grayscale: #8A8A8A. Windows color (decimal): -10118494 or 10656357. OLE color: 10656357.

HSL color Cylindrical-coordinate representation of color #659AA2: hue angle of 187.87º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #659AA2 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB101154162-
CMYK0.380.0500.36
HSL187.87º24.7%51.57%-
HSV(B)187.87º37.65%63.53%-
XYZ23.4428.4938.45-
YUV139.06140.94100.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.22%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 162 (63.67% from 255) = 38.85%
R=24.22%
G=36.93%
B=38.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011541620.380.0500.36187.8724.751.57
Hex659AA2265024bc1934
Octal1452322424650442743164
Binary1100101100110101010001010011010101001001011110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659AA2; }

 p { color: rgb(101,154,162); }

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

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

 a { background-color: rgb(101,154,162); }

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

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

 span { border-color: rgb(101,154,162); }

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