#58ACC4

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

Shades of Viking #58ACC4

Tints of Viking #58ACC4

Color information

#58ACC4 (or 0x58ACC4) is unknown color: approx Viking. HEX triplet: 58, AC and C4. RGB value is (88,172,196). Sum of RGB (Red+Green+Blue) = 88+172+196=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 196 - color contains mainly: blue. Hex color #58ACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ACC4 is #A7533B. Grayscale: #959595. Windows color (decimal): -10965820 or 12889176. OLE color: 12889176.

HSL color Cylindrical-coordinate representation of color #58ACC4: hue angle of 193.33º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58ACC4 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB88172196-
CMYK0.550.1200.23
HSL193.33º47.79%55.69%-
HSV(B)193.33º55.1%76.86%-
XYZ28.7435.5757.57-
YUV149.62154.1784.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.30%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 196 (76.95% from 255) = 42.98%
R=19.30%
G=37.72%
B=42.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal881721960.550.1200.23193.3347.7955.69
Hex58ACC437C017c13038
Octal13025430467140273016070
Binary10110001010110011000100110111110001011111000001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,172,196); }

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

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

 a { background-color: rgb(88,172,196); }

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

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

 span { border-color: rgb(88,172,196); }

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