#56b9d5

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

Shades of Viking #56B9D5

Tints of Viking #56B9D5

Color information

#56B9D5 (or 0x56B9D5) is unknown color: approx Viking. HEX triplet: 56, B9 and D5. RGB value is (86,185,213). Sum of RGB (Red+Green+Blue) = 86+185+213=484 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.77% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #56B9D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B9D5 is #A9462A. Grayscale: #9E9E9E. Windows color (decimal): -11093547 or 14006614. OLE color: 14006614.

HSL color Cylindrical-coordinate representation of color #56B9D5: hue angle of 193.23º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56B9D5 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB86185213-
CMYK0.600.1300.16
HSL193.23º60.19%58.63%-
HSV(B)193.23º59.62%83.53%-
XYZ33.241.4869.21-
YUV158.59158.776.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.77%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 213 (83.59% from 255) = 44.01%
R=17.77%
G=38.22%
B=44.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal861852130.600.1300.16193.2360.1958.63
Hex56B9D53CD010c13c3b
Octal12627132574150203017473
Binary10101101011100111010101111100110101000011000001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56b9d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,185,213); }

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

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

 a { background-color: rgb(86,185,213); }

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

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

 span { border-color: rgb(86,185,213); }

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