Html Css Color HEX #59B1BF Viking

📋 copy color: '#59B1BF'

red 89 ◦ green 177 ◦ blue 191

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

Shades of Viking #59B1BF

Tints of Viking #59B1BF

RGB

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

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

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

R = 19.47%
G = 38.73%
B = 41.79%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59B1BF (or 0x59B1BF) is known color: Viking. HEX triplet: 59, B1 and BF. RGB value is (89,177,191). Sum of RGB (Red+Green+Blue) = 89+177+191=457 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.47% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #59B1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B1BF is #A64E40. Grayscale: #989898. Windows color (decimal): -10899009 or 12562777. OLE color: 12562777.

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

Color convert

RGB 89 177 191 -
CMYK 0.53 0.07 0 0.25
HSL 188.24º 0.44% 0.55% -
HSV(B) 188.24º 0.53% 0.75% -
XYZ 29.25 37.33 54.95 -
YUV 152.28 149.85 82.86 -
System Red Green Blue C M Y K H S L
Decimal 89 177 191 0.53 0.07 0 0.25 188.24 0.44 0.55
Hex 59 B1 BF 35 7 0 19 BC 2C 37
Octal 131 261 277 65 7 0 31 274 54 67
Binary 1011001 10110001 10111111 110101 111 0 11001 10111100 101100 110111

Color Harmonies of #59B1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B1BF

Black with #59B1BF

Text Example


Text Example

White with #59B1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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