#65959D

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

Shades of Cadet Blue #65959D

Tints of Cadet Blue #65959D

Color information

#65959D (or 0x65959D) is unknown color: approx Cadet Blue. HEX triplet: 65, 95 and 9D. RGB value is (101,149,157). Sum of RGB (Red+Green+Blue) = 101+149+157=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #65959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65959D is #9A6A62. Grayscale: #878787. Windows color (decimal): -10119779 or 10327397. OLE color: 10327397.

HSL color Cylindrical-coordinate representation of color #65959D: hue angle of 188.57º degrees, saturation: 0.22, 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 #65959D is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101149157-
CMYK0.360.0500.38
HSL188.57º22.22%50.59%-
HSV(B)188.57º35.67%61.57%-
XYZ22.226.735.88-
YUV135.56140.1103.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.82%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=24.82%
G=36.61%
B=38.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011491570.360.0500.38188.5722.2250.59
Hex65959D245026bd1633
Octal1452252354450462752663
Binary1100101100101011001110110010010101001101011110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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