#659EA4

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

Shades of Cadet Blue #659EA4

Tints of Cadet Blue #659EA4

Color information

#659EA4 (or 0x659EA4) is unknown color: approx Cadet Blue. HEX triplet: 65, 9E and A4. RGB value is (101,158,164). Sum of RGB (Red+Green+Blue) = 101+158+164=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #659EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659EA4 is #9A615B. Grayscale: #8D8D8D. Windows color (decimal): -10117468 or 10788453. OLE color: 10788453.

HSL color Cylindrical-coordinate representation of color #659EA4: hue angle of 185.71º degrees, saturation: 0.26, 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 #659EA4 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB101158164-
CMYK0.380.0400.36
HSL185.71º25.71%51.96%-
HSV(B)185.71º38.41%64.31%-
XYZ24.2929.939.61-
YUV141.64140.6299.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.88%
GREEN value IS 158 (62.11% from 255) = 37.35%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=23.88%
G=37.35%
B=38.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011581640.380.0400.36185.7125.7151.96
Hex659EA4264024ba1a34
Octal1452362444640442723264
Binary1100101100111101010010010011010001001001011101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,158,164); }

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

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

 a { background-color: rgb(101,158,164); }

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

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

 span { border-color: rgb(101,158,164); }

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