Html Css Color HEX #56ADBE Viking

📋 copy color: '#56ADBE'

red 86 ◦ green 173 ◦ blue 190

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

Shades of Viking #56ADBE

Tints of Viking #56ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.53%

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

R = 19.15%
G = 38.53%
B = 42.32%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#56ADBE (or 0x56ADBE) is known color: Viking. HEX triplet: 56, AD and BE. RGB value is (86,173,190). Sum of RGB (Red+Green+Blue) = 86+173+190=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #56ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADBE is #A95241. Grayscale: #949494. Windows color (decimal): -11096642 or 12496214. OLE color: 12496214.

HSL color Cylindrical-coordinate representation of color #56ADBE: hue angle of 189.81º 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 #56ADBE is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 173 190 -
CMYK 0.55 0.09 0 0.25
HSL 189.81º 0.44% 0.54% -
HSV(B) 189.81º 0.55% 0.75% -
XYZ 28.08 35.58 54.1 -
YUV 148.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 86 173 190 0.55 0.09 0 0.25 189.81 0.44 0.54
Hex 56 AD BE 37 9 0 19 BE 2C 36
Octal 126 255 276 67 11 0 31 276 54 66
Binary 1010110 10101101 10111110 110111 1001 0 11001 10111110 101100 110110

Color Harmonies of #56ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ADBE

Black with #56ADBE

Text Example


Text Example

White with #56ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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