#56AEC4

Color #56AEC4 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #56AEC4

Tints of Viking #56AEC4

Color information

#56AEC4 (or 0x56AEC4) is unknown color: approx Viking. HEX triplet: 56, AE and C4. RGB value is (86,174,196). Sum of RGB (Red+Green+Blue) = 86+174+196=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 196 - color contains mainly: blue. Hex color #56AEC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AEC4 is #A9513B. Grayscale: #969696. Windows color (decimal): -11096380 or 12889686. OLE color: 12889686.

HSL color Cylindrical-coordinate representation of color #56AEC4: hue angle of 192º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56AEC4 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB86174196-
CMYK0.560.1100.23
HSL192º48.25%55.29%-
HSV(B)192º56.12%76.86%-
XYZ28.9436.2457.69-
YUV150.2153.8582.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.86%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 196 (76.95% from 255) = 42.98%
R=18.86%
G=38.16%
B=42.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861741960.560.1100.2319248.2555.29
Hex56AEC438B017c03037
Octal12625630470130273006067
Binary10101101010111011000100111000101101011111000000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56AEC4; }

 p { color: rgb(86,174,196); }

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

<style>
 a { background-color: #56AEC4; }

 a { background-color: rgb(86,174,196); }

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

<style>
 span { border-color: #56AEC4; }

 span { border-color: rgb(86,174,196); }

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