#58AEBF

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

Shades of Viking #58AEBF

Tints of Viking #58AEBF

Color information

#58AEBF (or 0x58AEBF) is unknown color: approx Viking. HEX triplet: 58, AE and BF. RGB value is (88,174,191). Sum of RGB (Red+Green+Blue) = 88+174+191=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #58AEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AEBF is #A75140. Grayscale: #969696. Windows color (decimal): -10965313 or 12562008. OLE color: 12562008.

HSL color Cylindrical-coordinate representation of color #58AEBF: hue angle of 189.9º degrees, saturation: 0.45, 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 #58AEBF is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB88174191-
CMYK0.540.0900.25
HSL189.9º44.59%54.71%-
HSV(B)189.9º53.93%74.9%-
XYZ28.5636.1154.75-
YUV150.22151.0183.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.43%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 191 (75% from 255) = 42.16%
R=19.43%
G=38.41%
B=42.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881741910.540.0900.25189.944.5954.71
Hex58AEBF369019be2d37
Octal13025627766110312765567
Binary10110001010111010111111110110100101100110111110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,174,191); }

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

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

 a { background-color: rgb(88,174,191); }

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

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

 span { border-color: rgb(88,174,191); }

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