Html Css Color HEX #59B0BE Viking

📋 copy color: '#59B0BE'

red 89 ◦ green 176 ◦ blue 190

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

Shades of Viking #59B0BE

Tints of Viking #59B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.68%

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

R = 19.56%
G = 38.68%
B = 41.76%

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

#59B0BE (or 0x59B0BE) is known color: Viking. HEX triplet: 59, B0 and BE. RGB value is (89,176,190). Sum of RGB (Red+Green+Blue) = 89+176+190=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #59B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B0BE is #A64F41. Grayscale: #979797. Windows color (decimal): -10899266 or 12496985. OLE color: 12496985.

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

Color convert

RGB 89 176 190 -
CMYK 0.53 0.07 0 0.25
HSL 188.32º 0.44% 0.55% -
HSV(B) 188.32º 0.53% 0.75% -
XYZ 28.94 36.89 54.31 -
YUV 151.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 89 176 190 0.53 0.07 0 0.25 188.32 0.44 0.55
Hex 59 B0 BE 35 7 0 19 BC 2C 37
Octal 131 260 276 65 7 0 31 274 54 67
Binary 1011001 10110000 10111110 110101 111 0 11001 10111100 101100 110111

Color Harmonies of #59B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B0BE

Black with #59B0BE

Text Example


Text Example

White with #59B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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