#659DA5

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

Shades of Cadet Blue #659DA5

Tints of Cadet Blue #659DA5

Color information

#659DA5 (or 0x659DA5) is unknown color: approx Cadet Blue. HEX triplet: 65, 9D and A5. RGB value is (101,157,165). Sum of RGB (Red+Green+Blue) = 101+157+165=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 165 - color contains mainly: blue. Hex color #659DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659DA5 is #9A625A. Grayscale: #8D8D8D. Windows color (decimal): -10117723 or 10853733. OLE color: 10853733.

HSL color Cylindrical-coordinate representation of color #659DA5: hue angle of 187.5º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #659DA5 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB101157165-
CMYK0.390.0500.35
HSL187.5º26.23%52.16%-
HSV(B)187.5º38.79%64.71%-
XYZ24.2229.640.03-
YUV141.17141.4599.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.88%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 165 (64.84% from 255) = 39.01%
R=23.88%
G=37.12%
B=39.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011571650.390.0500.35187.526.2352.16
Hex659DA5275023bc1a34
Octal1452352454750432743264
Binary1100101100111011010010110011110101000111011110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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