#56ABC9

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

Shades of Viking #56ABC9

Tints of Viking #56ABC9

Color information

#56ABC9 (or 0x56ABC9) is unknown color: approx Viking. HEX triplet: 56, AB and C9. RGB value is (86,171,201). Sum of RGB (Red+Green+Blue) = 86+171+201=458 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.78% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #56ABC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ABC9 is #A95436. Grayscale: #949494. Windows color (decimal): -11097143 or 13216598. OLE color: 13216598.

HSL color Cylindrical-coordinate representation of color #56ABC9: hue angle of 195.65º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56ABC9 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB86171201-
CMYK0.570.1500.21
HSL195.65º51.57%56.27%-
HSV(B)195.65º57.21%78.82%-
XYZ28.9435.3260.55-
YUV149157.3483.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.78%
GREEN value IS 171 (67.19% from 255) = 37.34%
BLUE value IS 201 (78.91% from 255) = 43.89%
R=18.78%
G=37.34%
B=43.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861712010.570.1500.21195.6551.5756.27
Hex56ABC939F015c43438
Octal12625331171170253046470
Binary10101101010101111001001111001111101010111000100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ABC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,171,201); }

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

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

 a { background-color: rgb(86,171,201); }

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

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

 span { border-color: rgb(86,171,201); }

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