#59A8BE

Color #59A8BE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #59A8BE

Tints of Viking #59A8BE

Color information

#59A8BE (or 0x59A8BE) is unknown color: approx Viking. HEX triplet: 59, A8 and BE. RGB value is (89,168,190). Sum of RGB (Red+Green+Blue) = 89+168+190=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #59A8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A8BE is #A65741. Grayscale: #929292. Windows color (decimal): -10901314 or 12494937. OLE color: 12494937.

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

Color convert

RGB89168190-
CMYK0.530.1200.25
HSL193.07º43.72%54.71%-
HSV(B)193.07º53.16%74.51%-
XYZ27.4233.8553.8-
YUV146.89152.3386.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.91%
GREEN value IS 168 (66.02% from 255) = 37.58%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=19.91%
G=37.58%
B=42.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891681900.530.1200.25193.0743.7254.71
Hex59A8BE35C019c12c37
Octal13125027665140313015467
Binary10110011010100010111110110101110001100111000001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59A8BE;
 }
 .AnyTagClassName
 {
   color: #59A8BE;
 }
</style>
background-color css

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

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

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

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

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

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