#59BAD5

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

Shades of Viking #59BAD5

Tints of Viking #59BAD5

Color information

#59BAD5 (or 0x59BAD5) is unknown color: approx Viking. HEX triplet: 59, BA and D5. RGB value is (89,186,213). Sum of RGB (Red+Green+Blue) = 89+186+213=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #59BAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BAD5 is #A6452A. Grayscale: #9F9F9F. Windows color (decimal): -10896683 or 14006873. OLE color: 14006873.

HSL color Cylindrical-coordinate representation of color #59BAD5: hue angle of 193.06º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59BAD5 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB89186213-
CMYK0.580.1300.16
HSL193.06º59.62%59.22%-
HSV(B)193.06º58.22%83.53%-
XYZ33.6942.0569.29-
YUV160.07157.8677.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.24%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=18.24%
G=38.11%
B=43.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal891862130.580.1300.16193.0659.6259.22
Hex59BAD53AD010c13c3b
Octal13127232572150203017473
Binary10110011011101011010101111010110101000011000001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,186,213); }

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

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

 a { background-color: rgb(89,186,213); }

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

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

 span { border-color: rgb(89,186,213); }

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