#659F9C

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

Shades of Cadet Blue #659F9C

Tints of Cadet Blue #659F9C

Color information

#659F9C (or 0x659F9C) is unknown color: approx Cadet Blue. HEX triplet: 65, 9F and 9C. RGB value is (101,159,156). Sum of RGB (Red+Green+Blue) = 101+159+156=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 159 - color contains mainly: green. Hex color #659F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F9C is #9A6063. Grayscale: #8D8D8D. Windows color (decimal): -10117220 or 10264421. OLE color: 10264421.

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

Color convert

RGB101159156-
CMYK0.3600.020.38
HSL176.9º23.2%50.98%-
HSV(B)176.9º36.48%62.35%-
XYZ23.7729.9635.98-
YUV141.32136.2899.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.28%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 156 (61.33% from 255) = 37.5%
R=24.28%
G=38.22%
B=37.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011591560.3600.020.38176.923.250.98
Hex659F9C240226b11733
Octal1452372344402462612763
Binary110010110011111100111001001000101001101011000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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