#65959C

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

Shades of Cadet Blue #65959C

Tints of Cadet Blue #65959C

Color information

#65959C (or 0x65959C) is unknown color: approx Cadet Blue. HEX triplet: 65, 95 and 9C. RGB value is (101,149,156). Sum of RGB (Red+Green+Blue) = 101+149+156=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #65959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65959C is #9A6A63. Grayscale: #878787. Windows color (decimal): -10119780 or 10261861. OLE color: 10261861.

HSL color Cylindrical-coordinate representation of color #65959C: hue angle of 187.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65959C is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101149156-
CMYK0.350.0400.39
HSL187.64º21.74%50.39%-
HSV(B)187.64º35.26%61.18%-
XYZ22.1226.6635.43-
YUV135.45139.6103.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=24.88%
G=36.70%
B=38.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011491560.350.0400.39187.6421.7450.39
Hex65959C234027bc1632
Octal1452252344340472742662
Binary1100101100101011001110010001110001001111011110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65959C; }

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

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

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

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

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

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

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

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