#569CA4

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

Shades of Cadet Blue #569CA4

Tints of Cadet Blue #569CA4

Color information

#569CA4 (or 0x569CA4) is unknown color: approx Cadet Blue. HEX triplet: 56, 9C and A4. RGB value is (86,156,164). Sum of RGB (Red+Green+Blue) = 86+156+164=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 164 - color contains mainly: blue. Hex color #569CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569CA4 is #A9635B. Grayscale: #878787. Windows color (decimal): -11101020 or 10787926. OLE color: 10787926.

HSL color Cylindrical-coordinate representation of color #569CA4: hue angle of 186.15º 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 #569CA4 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB86156164-
CMYK0.480.0500.36
HSL186.15º31.2%49.02%-
HSV(B)186.15º47.56%64.31%-
XYZ22.4328.4439.43-
YUV135.98143.8192.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.18%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 164 (64.45% from 255) = 40.39%
R=21.18%
G=38.42%
B=40.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861561640.480.0500.36186.1531.249.02
Hex569CA4305024ba1f31
Octal1262342446050442723761
Binary1010110100111001010010011000010101001001011101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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