#58A9C2

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

Shades of Viking #58A9C2

Tints of Viking #58A9C2

Color information

#58A9C2 (or 0x58A9C2) is unknown color: approx Viking. HEX triplet: 58, A9 and C2. RGB value is (88,169,194). Sum of RGB (Red+Green+Blue) = 88+169+194=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #58A9C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A9C2 is #A7563D. Grayscale: #939393. Windows color (decimal): -10966590 or 12757336. OLE color: 12757336.

HSL color Cylindrical-coordinate representation of color #58A9C2: hue angle of 194.15º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58A9C2 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB88169194-
CMYK0.550.1300.24
HSL194.15º46.49%55.29%-
HSV(B)194.15º54.64%76.08%-
XYZ27.9534.3556.2-
YUV147.63154.1685.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.51%
GREEN value IS 169 (66.41% from 255) = 37.47%
BLUE value IS 194 (76.17% from 255) = 43.02%
R=19.51%
G=37.47%
B=43.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881691940.550.1300.24194.1546.4955.29
Hex58A9C237D018c22e37
Octal13025130267150303025667
Binary10110001010100111000010110111110101100011000010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58A9C2; }

 p { color: rgb(88,169,194); }

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

<style>
 a { background-color: #58A9C2; }

 a { background-color: rgb(88,169,194); }

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

<style>
 span { border-color: #58A9C2; }

 span { border-color: rgb(88,169,194); }

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