#56ADC4

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

Shades of Viking #56ADC4

Tints of Viking #56ADC4

Color information

#56ADC4 (or 0x56ADC4) is unknown color: approx Viking. HEX triplet: 56, AD and C4. RGB value is (86,173,196). Sum of RGB (Red+Green+Blue) = 86+173+196=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 196 - color contains mainly: blue. Hex color #56ADC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADC4 is #A9523B. Grayscale: #959595. Windows color (decimal): -11096636 or 12889430. OLE color: 12889430.

HSL color Cylindrical-coordinate representation of color #56ADC4: hue angle of 192.55º 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 #56ADC4 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB86173196-
CMYK0.560.1200.23
HSL192.55º48.25%55.29%-
HSV(B)192.55º56.12%76.86%-
XYZ28.7535.8557.63-
YUV149.61154.1882.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.90%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 196 (76.95% from 255) = 43.08%
R=18.90%
G=38.02%
B=43.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861731960.560.1200.23192.5548.2555.29
Hex56ADC438C017c13037
Octal12625530470140273016067
Binary10101101010110111000100111000110001011111000001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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