#59ABCA

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

Shades of Viking #59ABCA

Tints of Viking #59ABCA

Color information

#59ABCA (or 0x59ABCA) is unknown color: approx Viking. HEX triplet: 59, AB and CA. RGB value is (89,171,202). Sum of RGB (Red+Green+Blue) = 89+171+202=462 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.26% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #59ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ABCA is #A65435. Grayscale: #959595. Windows color (decimal): -10900534 or 13282137. OLE color: 13282137.

HSL color Cylindrical-coordinate representation of color #59ABCA: hue angle of 196.46º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59ABCA is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89171202-
CMYK0.560.1500.21
HSL196.46º51.6%57.06%-
HSV(B)196.46º55.94%79.22%-
XYZ29.3435.5161.19-
YUV150.02157.3384.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.26%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=19.26%
G=37.01%
B=43.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891712020.560.1500.21196.4651.657.06
Hex59ABCA38F015c43439
Octal13125331270170253046471
Binary10110011010101111001010111000111101010111000100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,171,202); }

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

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

 a { background-color: rgb(89,171,202); }

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

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

 span { border-color: rgb(89,171,202); }

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