#58A7BE

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

Shades of Viking #58A7BE

Tints of Viking #58A7BE

Color information

#58A7BE (or 0x58A7BE) is unknown color: approx Viking. HEX triplet: 58, A7 and BE. RGB value is (88,167,190). Sum of RGB (Red+Green+Blue) = 88+167+190=445 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.78% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #58A7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A7BE is #A75841. Grayscale: #919191. Windows color (decimal): -10967106 or 12494680. OLE color: 12494680.

HSL color Cylindrical-coordinate representation of color #58A7BE: hue angle of 193.53º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58A7BE is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB88167190-
CMYK0.540.1200.25
HSL193.53º43.97%54.51%-
HSV(B)193.53º53.68%74.51%-
XYZ27.1433.4353.74-
YUV146152.8386.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.78%
GREEN value IS 167 (65.62% from 255) = 37.53%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=19.78%
G=37.53%
B=42.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881671900.540.1200.25193.5343.9754.51
Hex58A7BE36C019c22c37
Octal13024727666140313025467
Binary10110001010011110111110110110110001100111000010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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