Html Css Color HEX #56A8C6 Viking

📋 copy color: '#56A8C6'

red 86 ◦ green 168 ◦ blue 198

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

Shades of Viking #56A8C6

Tints of Viking #56A8C6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.17%

 BLUE value IS 198 (77.73% from 255) = 43.81%

R = 19.03%
G = 37.17%
B = 43.81%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#56A8C6 (or 0x56A8C6) is known color: Viking. HEX triplet: 56, A8 and C6. RGB value is (86,168,198). Sum of RGB (Red+Green+Blue) = 86+168+198=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #56A8C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A8C6 is #A95739. Grayscale: #929292. Windows color (decimal): -11097914 or 13019222. OLE color: 13019222.

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

Color convert

RGB 86 168 198 -
CMYK 0.57 0.15 0 0.22
HSL 196.07º 0.5% 0.56% -
HSV(B) 196.07º 0.57% 0.78% -
XYZ 28.03 34.06 58.52 -
YUV 146.9 156.83 84.56 -
System Red Green Blue C M Y K H S L
Decimal 86 168 198 0.57 0.15 0 0.22 196.07 0.5 0.56
Hex 56 A8 C6 39 F 0 16 C4 32 38
Octal 126 250 306 71 17 0 26 304 62 70
Binary 1010110 10101000 11000110 111001 1111 0 10110 11000100 110010 111000

Color Harmonies of #56A8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A8C6

Black with #56A8C6

Text Example


Text Example

White with #56A8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,168,198); }

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

background-color css

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

 a { background-color: rgb(86,168,198); }

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

border-color css

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

 span { border-color: rgb(86,168,198); }

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