#56B1C9

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

Shades of Viking #56B1C9

Tints of Viking #56B1C9

Color information

#56B1C9 (or 0x56B1C9) is unknown color: approx Viking. HEX triplet: 56, B1 and C9. RGB value is (86,177,201). Sum of RGB (Red+Green+Blue) = 86+177+201=464 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.53% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #56B1C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B1C9 is #A94E36. Grayscale: #989898. Windows color (decimal): -11095607 or 13218134. OLE color: 13218134.

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

Color convert

RGB86177201-
CMYK0.570.1200.21
HSL192.52º51.57%56.27%-
HSV(B)192.52º57.21%78.82%-
XYZ30.137.6460.94-
YUV152.53155.3580.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.53%
GREEN value IS 177 (69.53% from 255) = 38.15%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=18.53%
G=38.15%
B=43.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861772010.570.1200.21192.5251.5756.27
Hex56B1C939C015c13438
Octal12626131171140253016470
Binary10101101011000111001001111001110001010111000001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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