#659AA5

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

Shades of Cadet Blue #659AA5

Tints of Cadet Blue #659AA5

Color information

#659AA5 (or 0x659AA5) is unknown color: approx Cadet Blue. HEX triplet: 65, 9A and A5. RGB value is (101,154,165). Sum of RGB (Red+Green+Blue) = 101+154+165=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 165 - color contains mainly: blue. Hex color #659AA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659AA5 is #9A655A. Grayscale: #8B8B8B. Windows color (decimal): -10118491 or 10852965. OLE color: 10852965.

HSL color Cylindrical-coordinate representation of color #659AA5: hue angle of 190.31º 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 #659AA5 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB101154165-
CMYK0.390.0700.35
HSL190.31º26.23%52.16%-
HSV(B)190.31º38.79%64.71%-
XYZ23.7128.5939.87-
YUV139.41142.44100.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.05%
GREEN value IS 154 (60.55% from 255) = 36.67%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=24.05%
G=36.67%
B=39.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011541650.390.0700.35190.3126.2352.16
Hex659AA5277023be1a34
Octal1452322454770432763264
Binary1100101100110101010010110011111101000111011111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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