#58A4BE

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

Shades of Shakespeare #58A4BE

Tints of Shakespeare #58A4BE

Color information

#58A4BE (or 0x58A4BE) is unknown color: approx Shakespeare. HEX triplet: 58, A4 and BE. RGB value is (88,164,190). Sum of RGB (Red+Green+Blue) = 88+164+190=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #58A4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A4BE is #A75B41. Grayscale: #909090. Windows color (decimal): -10967874 or 12493912. OLE color: 12493912.

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

Color convert

RGB88164190-
CMYK0.540.1400.25
HSL195.29º43.97%54.51%-
HSV(B)195.29º53.68%74.51%-
XYZ26.5932.3453.56-
YUV144.24153.8287.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.91%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=19.91%
G=37.10%
B=42.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881641900.540.1400.25195.2943.9754.51
Hex58A4BE36E019c32c37
Octal13024427666160313035467
Binary10110001010010010111110110110111001100111000011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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