#58A7BB

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

Shades of Shakespeare #58A7BB

Tints of Shakespeare #58A7BB

Color information

#58A7BB (or 0x58A7BB) is unknown color: approx Shakespeare. HEX triplet: 58, A7 and BB. RGB value is (88,167,187). Sum of RGB (Red+Green+Blue) = 88+167+187=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #58A7BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A7BB is #A75844. Grayscale: #919191. Windows color (decimal): -10967109 or 12298072. OLE color: 12298072.

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

Color convert

RGB88167187-
CMYK0.530.1100.27
HSL192.12º42.13%53.92%-
HSV(B)192.12º52.94%73.33%-
XYZ26.8133.352.03-
YUV145.66151.3386.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.91%
GREEN value IS 167 (65.62% from 255) = 37.78%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=19.91%
G=37.78%
B=42.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881671870.530.1100.27192.1242.1353.92
Hex58A7BB35B01Bc02a36
Octal13024727365130333005266
Binary10110001010011110111011110101101101101111000000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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