Html Css Color HEX #59B7BE Viking

📋 copy color: '#59B7BE'

red 89 ◦ green 183 ◦ blue 190

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

Shades of Viking #59B7BE

Tints of Viking #59B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.61%

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

R = 19.26%
G = 39.61%
B = 41.13%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59B7BE (or 0x59B7BE) is known color: Viking. HEX triplet: 59, B7 and BE. RGB value is (89,183,190). Sum of RGB (Red+Green+Blue) = 89+183+190=462 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.26% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #59B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B7BE is #A64841. Grayscale: #9B9B9B. Windows color (decimal): -10897474 or 12498777. OLE color: 12498777.

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

Color convert

RGB 89 183 190 -
CMYK 0.53 0.04 0 0.25
HSL 184.16º 0.44% 0.55% -
HSV(B) 184.16º 0.53% 0.75% -
XYZ 30.35 39.71 54.78 -
YUV 155.69 147.36 80.43 -
System Red Green Blue C M Y K H S L
Decimal 89 183 190 0.53 0.04 0 0.25 184.16 0.44 0.55
Hex 59 B7 BE 35 4 0 19 B8 2C 37
Octal 131 267 276 65 4 0 31 270 54 67
Binary 1011001 10110111 10111110 110101 100 0 11001 10111000 101100 110111

Color Harmonies of #59B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B7BE

Black with #59B7BE

Text Example


Text Example

White with #59B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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