#659E9E

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

Shades of Cadet Blue #659E9E

Tints of Cadet Blue #659E9E

Color information

#659E9E (or 0x659E9E) is unknown color: approx Cadet Blue. HEX triplet: 65, 9E and 9E. RGB value is (101,158,158). Sum of RGB (Red+Green+Blue) = 101+158+158=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: green, blue. Hex color #659E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659E9E is #9A6161. Grayscale: #8C8C8C. Windows color (decimal): -10117474 or 10395237. OLE color: 10395237.

HSL color Cylindrical-coordinate representation of color #659E9E: hue angle of 180º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659E9E is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101158158-
CMYK0.36000.38
HSL180º22.71%50.78%-
HSV(B)180º36.08%61.96%-
XYZ23.7729.6936.83-
YUV140.96137.6299.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.22%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=24.22%
G=37.89%
B=37.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011581580.36000.3818022.7150.78
Hex659E9E240026b41733
Octal1452362364400462642763
Binary11001011001111010011110100100001001101011010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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