#659F95

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

Shades of Cadet Blue #659F95

Tints of Cadet Blue #659F95

Color information

#659F95 (or 0x659F95) is unknown color: approx Cadet Blue. HEX triplet: 65, 9F and 95. RGB value is (101,159,149). Sum of RGB (Red+Green+Blue) = 101+159+149=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 159 - color contains mainly: green. Hex color #659F95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F95 is #9A606A. Grayscale: #8C8C8C. Windows color (decimal): -10117227 or 9805669. OLE color: 9805669.

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

Color convert

RGB101159149-
CMYK0.3600.060.38
HSL169.66º23.2%50.98%-
HSV(B)169.66º36.48%62.35%-
XYZ23.1929.7332.95-
YUV140.52132.7899.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.69%
GREEN value IS 159 (62.5% from 255) = 38.88%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=24.69%
G=38.88%
B=36.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011591490.3600.060.38169.6623.250.98
Hex659F95240626aa1733
Octal1452372254406462522763
Binary1100101100111111001010110010001101001101010101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,159,149); }

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

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

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

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

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

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

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