#569C94

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

Shades of Cadet Blue #569C94

Tints of Cadet Blue #569C94

Color information

#569C94 (or 0x569C94) is unknown color: approx Cadet Blue. HEX triplet: 56, 9C and 94. RGB value is (86,156,148). Sum of RGB (Red+Green+Blue) = 86+156+148=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #569C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569C94 is #A9636B. Grayscale: #868686. Windows color (decimal): -11101036 or 9739350. OLE color: 9739350.

HSL color Cylindrical-coordinate representation of color #569C94: hue angle of 173.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569C94 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB86156148-
CMYK0.4500.050.39
HSL173.14º28.93%47.45%-
HSV(B)173.14º44.87%61.18%-
XYZ21.0727.8932.29-
YUV134.16135.8193.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.05%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=22.05%
G=40%
B=37.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861561480.4500.050.39173.1428.9347.45
Hex569C942D0527ad1d2f
Octal1262342245505472553557
Binary1010110100111001001010010110101011001111010110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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