Html Css Color HEX #59B1BE Viking

📋 copy color: '#59B1BE'

red 89 ◦ green 177 ◦ blue 190

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

Shades of Viking #59B1BE

Tints of Viking #59B1BE

RGB

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

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

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

R = 19.52%
G = 38.82%
B = 41.67%

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

#59B1BE (or 0x59B1BE) is known color: Viking. HEX triplet: 59, B1 and BE. RGB value is (89,177,190). Sum of RGB (Red+Green+Blue) = 89+177+190=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #59B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B1BE is #A64E41. Grayscale: #989898. Windows color (decimal): -10899010 or 12497241. OLE color: 12497241.

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

Color convert

RGB 89 177 190 -
CMYK 0.53 0.07 0 0.25
HSL 187.72º 0.44% 0.55% -
HSV(B) 187.72º 0.53% 0.75% -
XYZ 29.14 37.29 54.38 -
YUV 152.17 149.35 82.94 -
System Red Green Blue C M Y K H S L
Decimal 89 177 190 0.53 0.07 0 0.25 187.72 0.44 0.55
Hex 59 B1 BE 35 7 0 19 BC 2C 37
Octal 131 261 276 65 7 0 31 274 54 67
Binary 1011001 10110001 10111110 110101 111 0 11001 10111100 101100 110111

Color Harmonies of #59B1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B1BE

Black with #59B1BE

Text Example


Text Example

White with #59B1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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