Html Css Color HEX #59BABF Viking

📋 copy color: '#59BABF'

red 89 ◦ green 186 ◦ blue 191

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

Shades of Viking #59BABF

Tints of Viking #59BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

 BLUE value IS 191 (75% from 255) = 40.99%

R = 19.1%
G = 39.91%
B = 40.99%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59BABF (or 0x59BABF) is known color: Viking. HEX triplet: 59, BA and BF. RGB value is (89,186,191). Sum of RGB (Red+Green+Blue) = 89+186+191=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #59BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BABF is #A64540. Grayscale: #9D9D9D. Windows color (decimal): -10896705 or 12565081. OLE color: 12565081.

HSL color Cylindrical-coordinate representation of color #59BABF: hue angle of 182.94º 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 #59BABF is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 186 191 -
CMYK 0.53 0.03 0 0.25
HSL 182.94º 0.44% 0.55% -
HSV(B) 182.94º 0.53% 0.75% -
XYZ 31.08 41 55.57 -
YUV 157.57 146.86 79.09 -
System Red Green Blue C M Y K H S L
Decimal 89 186 191 0.53 0.03 0 0.25 182.94 0.44 0.55
Hex 59 BA BF 35 3 0 19 B7 2C 37
Octal 131 272 277 65 3 0 31 267 54 67
Binary 1011001 10111010 10111111 110101 11 0 11001 10110111 101100 110111

Color Harmonies of #59BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BABF

Black with #59BABF

Text Example


Text Example

White with #59BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,186,191); }

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

background-color css

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

 a { background-color: rgb(89,186,191); }

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

border-color css

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

 span { border-color: rgb(89,186,191); }

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