#59b6d1

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

Shades of Viking #59B6D1

Tints of Viking #59B6D1

Color information

#59B6D1 (or 0x59B6D1) is unknown color: approx Viking. HEX triplet: 59, B6 and D1. RGB value is (89,182,209). Sum of RGB (Red+Green+Blue) = 89+182+209=480 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.54% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #59B6D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B6D1 is #A6492E. Grayscale: #9D9D9D. Windows color (decimal): -10897711 or 13743705. OLE color: 13743705.

HSL color Cylindrical-coordinate representation of color #59B6D1: hue angle of 193.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59B6D1 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89182209-
CMYK0.570.1300.18
HSL193.5º56.6%58.43%-
HSV(B)193.5º57.42%81.96%-
XYZ32.3640.1866.37-
YUV157.27157.1979.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.54%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 209 (82.03% from 255) = 43.54%
R=18.54%
G=37.92%
B=43.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891822090.570.1300.18193.556.658.43
Hex59B6D139D012c2393a
Octal13126632171150223027172
Binary10110011011011011010001111001110101001011000010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59b6d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,182,209); }

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

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

 a { background-color: rgb(89,182,209); }

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

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

 span { border-color: rgb(89,182,209); }

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