#659896

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

Shades of Cadet Blue #659896

Tints of Cadet Blue #659896

Color information

#659896 (or 0x659896) is unknown color: approx Cadet Blue. HEX triplet: 65, 98 and 96. RGB value is (101,152,150). Sum of RGB (Red+Green+Blue) = 101+152+150=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #659896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659896 is #9A6769. Grayscale: #888888. Windows color (decimal): -10119018 or 9869413. OLE color: 9869413.

HSL color Cylindrical-coordinate representation of color #659896: hue angle of 177.65º 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 #659896 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB101152150-
CMYK0.3400.010.40
HSL177.65º20.16%49.61%-
HSV(B)177.65º33.55%59.61%-
XYZ22.127.4332.98-
YUV136.52135.6102.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=25.06%
G=37.72%
B=37.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011521500.3400.010.40177.6520.1649.61
Hex659896220128b21432
Octal1452302264201502622462
Binary11001011001100010010110100010011010001011001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659896; }

 p { color: rgb(101,152,150); }

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

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

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

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

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

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

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