#56B4CA

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

Shades of Viking #56B4CA

Tints of Viking #56B4CA

Color information

#56B4CA (or 0x56B4CA) is unknown color: approx Viking. HEX triplet: 56, B4 and CA. RGB value is (86,180,202). Sum of RGB (Red+Green+Blue) = 86+180+202=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #56B4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B4CA is #A94B35. Grayscale: #9A9A9A. Windows color (decimal): -11094838 or 13284438. OLE color: 13284438.

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

Color convert

RGB86180202-
CMYK0.570.1100.21
HSL191.38º52.25%56.47%-
HSV(B)191.38º57.43%79.22%-
XYZ30.8238.8961.76-
YUV154.4154.8679.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.38%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=18.38%
G=38.46%
B=43.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861802020.570.1100.21191.3852.2556.47
Hex56B4CA39B015bf3438
Octal12626431271130252776470
Binary10101101011010011001010111001101101010110111111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,180,202); }

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

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

 a { background-color: rgb(86,180,202); }

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

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

 span { border-color: rgb(86,180,202); }

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