Html Css Color HEX #59ADBE Viking

📋 copy color: '#59ADBE'

red 89 ◦ green 173 ◦ blue 190

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

Shades of Viking #59ADBE

Tints of Viking #59ADBE

RGB

 RED value IS 89 (35.16% from 255) = 19.69%

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

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

R = 19.69%
G = 38.27%
B = 42.04%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59ADBE (or 0x59ADBE) is known color: Viking. HEX triplet: 59, AD and BE. RGB value is (89,173,190). Sum of RGB (Red+Green+Blue) = 89+173+190=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #59ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADBE is #A65241. Grayscale: #959595. Windows color (decimal): -10900034 or 12496217. OLE color: 12496217.

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

Color convert

RGB 89 173 190 -
CMYK 0.53 0.09 0 0.25
HSL 190.1º 0.44% 0.55% -
HSV(B) 190.1º 0.53% 0.75% -
XYZ 28.36 35.73 54.12 -
YUV 149.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 89 173 190 0.53 0.09 0 0.25 190.1 0.44 0.55
Hex 59 AD BE 35 9 0 19 BE 2C 37
Octal 131 255 276 65 11 0 31 276 54 67
Binary 1011001 10101101 10111110 110101 1001 0 11001 10111110 101100 110111

Color Harmonies of #59ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ADBE

Black with #59ADBE

Text Example


Text Example

White with #59ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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