#58A7C4

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

Shades of Viking #58A7C4

Tints of Viking #58A7C4

Color information

#58A7C4 (or 0x58A7C4) is unknown color: approx Viking. HEX triplet: 58, A7 and C4. RGB value is (88,167,196). Sum of RGB (Red+Green+Blue) = 88+167+196=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #58A7C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A7C4 is #A7583B. Grayscale: #929292. Windows color (decimal): -10967100 or 12887896. OLE color: 12887896.

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

Color convert

RGB88167196-
CMYK0.550.1500.23
HSL196.11º47.79%55.69%-
HSV(B)196.11º55.1%76.86%-
XYZ27.8133.757.26-
YUV146.68155.8386.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.51%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 196 (76.95% from 255) = 43.46%
R=19.51%
G=37.03%
B=43.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal881671960.550.1500.23196.1147.7955.69
Hex58A7C437F017c43038
Octal13024730467170273046070
Binary10110001010011111000100110111111101011111000100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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