#58A3BA

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

Shades of Shakespeare #58A3BA

Tints of Shakespeare #58A3BA

Color information

#58A3BA (or 0x58A3BA) is unknown color: approx Shakespeare. HEX triplet: 58, A3 and BA. RGB value is (88,163,186). Sum of RGB (Red+Green+Blue) = 88+163+186=437 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.14% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #58A3BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A3BA is #A75C45. Grayscale: #8F8F8F. Windows color (decimal): -10968134 or 12231512. OLE color: 12231512.

HSL color Cylindrical-coordinate representation of color #58A3BA: hue angle of 194.08º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58A3BA is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88163186-
CMYK0.530.1200.27
HSL194.08º41.53%53.73%-
HSV(B)194.08º52.69%72.94%-
XYZ25.9831.8151.23-
YUV143.2152.1588.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.14%
GREEN value IS 163 (64.06% from 255) = 37.30%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=20.14%
G=37.30%
B=42.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881631860.530.1200.27194.0841.5353.73
Hex58A3BA35C01Bc22a36
Octal13024327265140333025266
Binary10110001010001110111010110101110001101111000010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,163,186); }

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

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

 a { background-color: rgb(88,163,186); }

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

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

 span { border-color: rgb(88,163,186); }

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