#569AA4

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

Shades of Cadet Blue #569AA4

Tints of Cadet Blue #569AA4

Color information

#569AA4 (or 0x569AA4) is unknown color: approx Cadet Blue. HEX triplet: 56, 9A and A4. RGB value is (86,154,164). Sum of RGB (Red+Green+Blue) = 86+154+164=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #569AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569AA4 is #A9655B. Grayscale: #868686. Windows color (decimal): -11101532 or 10787414. OLE color: 10787414.

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

Color convert

RGB86154164-
CMYK0.480.0600.36
HSL187.69º31.2%49.02%-
HSV(B)187.69º47.56%64.31%-
XYZ22.0927.7739.32-
YUV134.81144.4793.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.29%
GREEN value IS 154 (60.55% from 255) = 38.12%
BLUE value IS 164 (64.45% from 255) = 40.59%
R=21.29%
G=38.12%
B=40.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861541640.480.0600.36187.6931.249.02
Hex569AA4306024bc1f31
Octal1262322446060442743761
Binary1010110100110101010010011000011001001001011110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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