#659599

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

Shades of Cadet Blue #659599

Tints of Cadet Blue #659599

Color information

#659599 (or 0x659599) is unknown color: approx Cadet Blue. HEX triplet: 65, 95 and 99. RGB value is (101,149,153). Sum of RGB (Red+Green+Blue) = 101+149+153=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #659599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659599 is #9A6A66. Grayscale: #878787. Windows color (decimal): -10119783 or 10065253. OLE color: 10065253.

HSL color Cylindrical-coordinate representation of color #659599: hue angle of 184.62º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659599 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB101149153-
CMYK0.340.0300.4
HSL184.62º20.47%49.8%-
HSV(B)184.62º33.99%60%-
XYZ21.8626.5634.11-
YUV135.1138.1103.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=25.06%
G=36.97%
B=37.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1011491530.340.0300.4184.6220.4749.8
Hex659599223028b91432
Octal1452252314230502712462
Binary110010110010101100110011000101101010001011100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659599; }

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

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

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

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

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

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

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

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