#659CA0

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

Shades of Cadet Blue #659CA0

Tints of Cadet Blue #659CA0

Color information

#659CA0 (or 0x659CA0) is unknown color: approx Cadet Blue. HEX triplet: 65, 9C and A0. RGB value is (101,156,160). Sum of RGB (Red+Green+Blue) = 101+156+160=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 160 - color contains mainly: blue. Hex color #659CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659CA0 is #9A635F. Grayscale: #8B8B8B. Windows color (decimal): -10117984 or 10525797. OLE color: 10525797.

HSL color Cylindrical-coordinate representation of color #659CA0: hue angle of 184.07º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #659CA0 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB101156160-
CMYK0.370.0200.37
HSL184.07º23.69%51.18%-
HSV(B)184.07º36.88%62.75%-
XYZ23.629.0837.63-
YUV140.01139.28100.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.22%
GREEN value IS 156 (61.33% from 255) = 37.41%
BLUE value IS 160 (62.89% from 255) = 38.37%
R=24.22%
G=37.41%
B=38.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1011561600.370.0200.37184.0723.6951.18
Hex659CA0252025b81833
Octal1452342404520452703063
Binary110010110011100101000001001011001001011011100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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