Html Css Color HEX #59B2BF Viking

📋 copy color: '#59B2BF'

red 89 ◦ green 178 ◦ blue 191

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

Shades of Viking #59B2BF

Tints of Viking #59B2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.86%

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

R = 19.43%
G = 38.86%
B = 41.7%

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

#59B2BF (or 0x59B2BF) is known color: Viking. HEX triplet: 59, B2 and BF. RGB value is (89,178,191). Sum of RGB (Red+Green+Blue) = 89+178+191=458 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.43% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #59B2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B2BF is #A64D40. Grayscale: #989898. Windows color (decimal): -10898753 or 12563033. OLE color: 12563033.

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

Color convert

RGB 89 178 191 -
CMYK 0.53 0.07 0 0.25
HSL 187.65º 0.44% 0.55% -
HSV(B) 187.65º 0.53% 0.75% -
XYZ 29.44 37.73 55.02 -
YUV 152.87 149.51 82.44 -
System Red Green Blue C M Y K H S L
Decimal 89 178 191 0.53 0.07 0 0.25 187.65 0.44 0.55
Hex 59 B2 BF 35 7 0 19 BC 2C 37
Octal 131 262 277 65 7 0 31 274 54 67
Binary 1011001 10110010 10111111 110101 111 0 11001 10111100 101100 110111

Color Harmonies of #59B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B2BF

Black with #59B2BF

Text Example


Text Example

White with #59B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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