Html Css Color HEX #56B4CE Viking

📋 copy color: '#56B4CE'

red 86 ◦ green 180 ◦ blue 206

#56B4CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #56B4CE

Tints of Viking #56B4CE

RGB

 RED value IS 86 (33.98% from 255) = 18.22%

 GREEN value IS 180 (70.7% from 255) = 38.14%

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 18.22%
G = 38.14%
B = 43.64%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#56B4CE (or 0x56B4CE) is known color: Viking. HEX triplet: 56, B4 and CE. RGB value is (86,180,206). Sum of RGB (Red+Green+Blue) = 86+180+206=472 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.22% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #56B4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B4CE is #A94B31. Grayscale: #9A9A9A. Windows color (decimal): -11094834 or 13546582. OLE color: 13546582.

HSL color Cylindrical-coordinate representation of color #56B4CE: hue angle of 193º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56B4CE is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 180 206 -
CMYK 0.58 0.13 0 0.19
HSL 193º 0.55% 0.57% -
HSV(B) 193º 0.58% 0.81% -
XYZ 31.3 39.08 64.29 -
YUV 154.86 156.86 78.89 -
System Red Green Blue C M Y K H S L
Decimal 86 180 206 0.58 0.13 0 0.19 193 0.55 0.57
Hex 56 B4 CE 3A D 0 13 C1 37 39
Octal 126 264 316 72 15 0 23 301 67 71
Binary 1010110 10110100 11001110 111010 1101 0 10011 11000001 110111 111001

Color Harmonies of #56B4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B4CE

Black with #56B4CE

Text Example


Text Example

White with #56B4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56B4CE;
 }
 .AnyTagClassName
 {
   color: #56B4CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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