#659D95

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

Shades of Cadet Blue #659D95

Tints of Cadet Blue #659D95

Color information

#659D95 (or 0x659D95) is unknown color: approx Cadet Blue. HEX triplet: 65, 9D and 95. RGB value is (101,157,149). Sum of RGB (Red+Green+Blue) = 101+157+149=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 157 - color contains mainly: green. Hex color #659D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659D95 is #9A626A. Grayscale: #8B8B8B. Windows color (decimal): -10117739 or 9805157. OLE color: 9805157.

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

Color convert

RGB101157149-
CMYK0.3600.050.38
HSL171.43º22.22%50.59%-
HSV(B)171.43º35.67%61.57%-
XYZ22.8529.0532.84-
YUV139.34133.45100.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011571490.3600.050.38171.4322.2250.59
Hex659D95240526ab1633
Octal1452352254405462532663
Binary1100101100111011001010110010001011001101010101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659D95; }

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

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

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

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

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

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

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

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