#569CA1

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

Shades of Cadet Blue #569CA1

Tints of Cadet Blue #569CA1

Color information

#569CA1 (or 0x569CA1) is unknown color: approx Cadet Blue. HEX triplet: 56, 9C and A1. RGB value is (86,156,161). Sum of RGB (Red+Green+Blue) = 86+156+161=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 161 - color contains mainly: blue. Hex color #569CA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569CA1 is #A9635E. Grayscale: #878787. Windows color (decimal): -11101023 or 10591318. OLE color: 10591318.

HSL color Cylindrical-coordinate representation of color #569CA1: hue angle of 184º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #569CA1 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB86156161-
CMYK0.470.0300.37
HSL184º30.36%48.43%-
HSV(B)184º46.58%63.14%-
XYZ22.1628.3338.02-
YUV135.64142.3192.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.34%
GREEN value IS 156 (61.33% from 255) = 38.71%
BLUE value IS 161 (63.28% from 255) = 39.95%
R=21.34%
G=38.71%
B=39.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal861561610.470.0300.3718430.3648.43
Hex569CA12F3025b81e30
Octal1262342415730452703660
Binary101011010011100101000011011111101001011011100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,156,161); }

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

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

 a { background-color: rgb(86,156,161); }

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

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

 span { border-color: rgb(86,156,161); }

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