#659DAA

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

Shades of Cadet Blue #659DAA

Tints of Cadet Blue #659DAA

Color information

#659DAA (or 0x659DAA) is unknown color: approx Cadet Blue. HEX triplet: 65, 9D and AA. RGB value is (101,157,170). Sum of RGB (Red+Green+Blue) = 101+157+170=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #659DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659DAA is #9A6255. Grayscale: #8D8D8D. Windows color (decimal): -10117718 or 11181413. OLE color: 11181413.

HSL color Cylindrical-coordinate representation of color #659DAA: hue angle of 191.3º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #659DAA is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101157170-
CMYK0.410.0800.33
HSL191.3º28.87%53.14%-
HSV(B)191.3º40.59%66.67%-
XYZ24.6829.7842.48-
YUV141.74143.9598.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.60%
GREEN value IS 157 (61.72% from 255) = 36.68%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=23.60%
G=36.68%
B=39.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011571700.410.0800.33191.328.8753.14
Hex659DAA298021bf1d35
Octal14523525251100412773565
Binary11001011001110110101010101001100001000011011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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