#58A6C2

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

Shades of Viking #58A6C2

Tints of Viking #58A6C2

Color information

#58A6C2 (or 0x58A6C2) is unknown color: approx Viking. HEX triplet: 58, A6 and C2. RGB value is (88,166,194). Sum of RGB (Red+Green+Blue) = 88+166+194=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #58A6C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A6C2 is #A7593D. Grayscale: #919191. Windows color (decimal): -10967358 or 12756568. OLE color: 12756568.

HSL color Cylindrical-coordinate representation of color #58A6C2: hue angle of 195.85º 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 #58A6C2 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB88166194-
CMYK0.550.1400.24
HSL195.85º46.49%55.29%-
HSV(B)195.85º54.64%76.08%-
XYZ27.433.2456.01-
YUV145.87155.1686.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.64%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 194 (76.17% from 255) = 43.30%
R=19.64%
G=37.05%
B=43.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881661940.550.1400.24195.8546.4955.29
Hex58A6C237E018c42e37
Octal13024630267160303045667
Binary10110001010011011000010110111111001100011000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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