#569AA5

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

Shades of Cadet Blue #569AA5

Tints of Cadet Blue #569AA5

Color information

#569AA5 (or 0x569AA5) is unknown color: approx Cadet Blue. HEX triplet: 56, 9A and A5. RGB value is (86,154,165). Sum of RGB (Red+Green+Blue) = 86+154+165=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 165 - color contains mainly: blue. Hex color #569AA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569AA5 is #A9655A. Grayscale: #868686. Windows color (decimal): -11101531 or 10852950. OLE color: 10852950.

HSL color Cylindrical-coordinate representation of color #569AA5: hue angle of 188.35º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #569AA5 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB86154165-
CMYK0.480.0700.35
HSL188.35º31.47%49.22%-
HSV(B)188.35º47.88%64.71%-
XYZ22.1827.8139.8-
YUV134.92144.9793.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.23%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 165 (64.84% from 255) = 40.74%
R=21.23%
G=38.02%
B=40.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861541650.480.0700.35188.3531.4749.22
Hex569AA5307023bc1f31
Octal1262322456070432743761
Binary1010110100110101010010111000011101000111011110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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