Html Css Color HEX #59BDBF Viking

📋 copy color: '#59BDBF'

red 89 ◦ green 189 ◦ blue 191

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

Shades of Viking #59BDBF

Tints of Viking #59BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.3%

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

R = 18.98%
G = 40.3%
B = 40.72%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59BDBF (or 0x59BDBF) is known color: Viking. HEX triplet: 59, BD and BF. RGB value is (89,189,191). Sum of RGB (Red+Green+Blue) = 89+189+191=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #59BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDBF is #A64240. Grayscale: #9F9F9F. Windows color (decimal): -10895937 or 12565849. OLE color: 12565849.

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

Color convert

RGB 89 189 191 -
CMYK 0.53 0.01 0 0.25
HSL 181.18º 0.44% 0.55% -
HSV(B) 181.18º 0.53% 0.75% -
XYZ 31.72 42.28 55.78 -
YUV 159.33 145.87 77.84 -
System Red Green Blue C M Y K H S L
Decimal 89 189 191 0.53 0.01 0 0.25 181.18 0.44 0.55
Hex 59 BD BF 35 1 0 19 B5 2C 37
Octal 131 275 277 65 1 0 31 265 54 67
Binary 1011001 10111101 10111111 110101 1 0 11001 10110101 101100 110111

Color Harmonies of #59BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BDBF

Black with #59BDBF

Text Example


Text Example

White with #59BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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