#569BAB

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

Shades of Cadet Blue #569BAB

Tints of Cadet Blue #569BAB

Color information

#569BAB (or 0x569BAB) is unknown color: approx Cadet Blue. HEX triplet: 56, 9B and AB. RGB value is (86,155,171). Sum of RGB (Red+Green+Blue) = 86+155+171=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #569BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569BAB is #A96454. Grayscale: #888888. Windows color (decimal): -11101269 or 11246422. OLE color: 11246422.

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

Color convert

RGB86155171-
CMYK0.500.0900.33
HSL191.29º33.6%50.39%-
HSV(B)191.29º49.71%67.06%-
XYZ22.9128.3642.79-
YUV136.19147.6492.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.87%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=20.87%
G=37.62%
B=41.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861551710.500.0900.33191.2933.650.39
Hex569BAB329021bf2232
Octal12623325362110412774262
Binary101011010011011101010111100101001010000110111111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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