#58A4BB

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

Shades of Shakespeare #58A4BB

Tints of Shakespeare #58A4BB

Color information

#58A4BB (or 0x58A4BB) is unknown color: approx Shakespeare. HEX triplet: 58, A4 and BB. RGB value is (88,164,187). Sum of RGB (Red+Green+Blue) = 88+164+187=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #58A4BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A4BB is #A75B44. Grayscale: #8F8F8F. Windows color (decimal): -10967877 or 12297304. OLE color: 12297304.

HSL color Cylindrical-coordinate representation of color #58A4BB: hue angle of 193.94º 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 #58A4BB is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88164187-
CMYK0.530.1200.27
HSL193.94º42.13%53.92%-
HSV(B)193.94º52.94%73.33%-
XYZ26.2732.2151.85-
YUV143.9152.3288.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.05%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=20.05%
G=37.36%
B=42.60%

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
Decimal881641870.530.1200.27193.9442.1353.92
Hex58A4BB35C01Bc22a36
Octal13024427365140333025266
Binary10110001010010010111011110101110001101111000010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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