#58BCBE

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

Shades of Viking #58BCBE

Tints of Viking #58BCBE

Color information

#58BCBE (or 0x58BCBE) is unknown color: approx Viking. HEX triplet: 58, BC and BE. RGB value is (88,188,190). Sum of RGB (Red+Green+Blue) = 88+188+190=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #58BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BCBE is #A74341. Grayscale: #9E9E9E. Windows color (decimal): -10961730 or 12500056. OLE color: 12500056.

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

Color convert

RGB88188190-
CMYK0.540.0100.25
HSL181.18º43.97%54.51%-
HSV(B)181.18º53.68%74.51%-
XYZ31.341.7655.13-
YUV158.33145.8777.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.88%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=18.88%
G=40.34%
B=40.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881881900.540.0100.25181.1843.9754.51
Hex58BCBE361019b52c37
Octal1302742766610312655467
Binary10110001011110010111110110110101100110110101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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