Html Css Color HEX #56B1BE Viking

📋 copy color: '#56B1BE'

red 86 ◦ green 177 ◦ blue 190

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

Shades of Viking #56B1BE

Tints of Viking #56B1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.07%

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 18.98%
G = 39.07%
B = 41.94%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#56B1BE (or 0x56B1BE) is known color: Viking. HEX triplet: 56, B1 and BE. RGB value is (86,177,190). Sum of RGB (Red+Green+Blue) = 86+177+190=453 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.98% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #56B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B1BE is #A94E41. Grayscale: #979797. Windows color (decimal): -11095618 or 12497238. OLE color: 12497238.

HSL color Cylindrical-coordinate representation of color #56B1BE: hue angle of 187.5º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56B1BE is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 177 190 -
CMYK 0.55 0.07 0 0.25
HSL 187.5º 0.44% 0.54% -
HSV(B) 187.5º 0.55% 0.75% -
XYZ 28.85 37.14 54.36 -
YUV 151.27 149.85 81.44 -
System Red Green Blue C M Y K H S L
Decimal 86 177 190 0.55 0.07 0 0.25 187.5 0.44 0.54
Hex 56 B1 BE 37 7 0 19 BC 2C 36
Octal 126 261 276 67 7 0 31 274 54 66
Binary 1010110 10110001 10111110 110111 111 0 11001 10111100 101100 110110

Color Harmonies of #56B1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B1BE

Black with #56B1BE

Text Example


Text Example

White with #56B1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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