#659396

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

Shades of Cadet Blue #659396

Tints of Cadet Blue #659396

Color information

#659396 (or 0x659396) is unknown color: approx Cadet Blue. HEX triplet: 65, 93 and 96. RGB value is (101,147,150). Sum of RGB (Red+Green+Blue) = 101+147+150=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #659396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659396 is #9A6C69. Grayscale: #858585. Windows color (decimal): -10120298 or 9868133. OLE color: 9868133.

HSL color Cylindrical-coordinate representation of color #659396: hue angle of 183.67º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659396 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB101147150-
CMYK0.330.0200.41
HSL183.67º19.52%49.22%-
HSV(B)183.67º32.67%58.82%-
XYZ21.3125.8432.72-
YUV133.59137.26104.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=25.38%
G=36.93%
B=37.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011471500.330.0200.41183.6719.5249.22
Hex659396212029b81431
Octal1452232264120512702461
Binary110010110010011100101101000011001010011011100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659396; }

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

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

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

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

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

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

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

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