#569BAA

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

Shades of Cadet Blue #569BAA

Tints of Cadet Blue #569BAA

Color information

#569BAA (or 0x569BAA) is unknown color: approx Cadet Blue. HEX triplet: 56, 9B and AA. RGB value is (86,155,170). Sum of RGB (Red+Green+Blue) = 86+155+170=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #569BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569BAA is #A96455. Grayscale: #878787. Windows color (decimal): -11101270 or 11180886. OLE color: 11180886.

HSL color Cylindrical-coordinate representation of color #569BAA: hue angle of 190.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #569BAA is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86155170-
CMYK0.490.0900.33
HSL190.71º33.07%50.2%-
HSV(B)190.71º49.41%66.67%-
XYZ22.8128.3242.29-
YUV136.08147.1492.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.92%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=20.92%
G=37.71%
B=41.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861551700.490.0900.33190.7133.0750.2
Hex569BAA319021bf2132
Octal12623325261110412774162
Binary101011010011011101010101100011001010000110111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,155,170); }

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

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

 a { background-color: rgb(86,155,170); }

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

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

 span { border-color: rgb(86,155,170); }

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