#56ADC8

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

Shades of Viking #56ADC8

Tints of Viking #56ADC8

Color information

#56ADC8 (or 0x56ADC8) is unknown color: approx Viking. HEX triplet: 56, AD and C8. RGB value is (86,173,200). Sum of RGB (Red+Green+Blue) = 86+173+200=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #56ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADC8 is #A95237. Grayscale: #959595. Windows color (decimal): -11096632 or 13151574. OLE color: 13151574.

HSL color Cylindrical-coordinate representation of color #56ADC8: hue angle of 194.21º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56ADC8 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB86173200-
CMYK0.570.1400.22
HSL194.21º50.89%56.08%-
HSV(B)194.21º57%78.43%-
XYZ29.2136.0460.06-
YUV150.06156.1882.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.74%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 200 (78.52% from 255) = 43.57%
R=18.74%
G=37.69%
B=43.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861732000.570.1400.22194.2150.8956.08
Hex56ADC839E016c23338
Octal12625531071160263026370
Binary10101101010110111001000111001111001011011000010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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