#59adc6

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

Shades of Viking #59ADC6

Tints of Viking #59ADC6

Color information

#59ADC6 (or 0x59ADC6) is unknown color: approx Viking. HEX triplet: 59, AD and C6. RGB value is (89,173,198). Sum of RGB (Red+Green+Blue) = 89+173+198=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #59ADC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADC6 is #A65239. Grayscale: #969696. Windows color (decimal): -10900026 or 13020505. OLE color: 13020505.

HSL color Cylindrical-coordinate representation of color #59ADC6: hue angle of 193.76º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59ADC6 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB89173198-
CMYK0.550.1300.22
HSL193.76º48.88%56.27%-
HSV(B)193.76º55.05%77.65%-
XYZ29.2636.0958.85-
YUV150.73154.6783.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.35%
GREEN value IS 173 (67.97% from 255) = 37.61%
BLUE value IS 198 (77.73% from 255) = 43.04%
R=19.35%
G=37.61%
B=43.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal891731980.550.1300.22193.7648.8856.27
Hex59ADC637D016c23138
Octal13125530667150263026170
Binary10110011010110111000110110111110101011011000010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59adc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,173,198); }

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

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

 a { background-color: rgb(89,173,198); }

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

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

 span { border-color: rgb(89,173,198); }

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