#58A1BB

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

Shades of Shakespeare #58A1BB

Tints of Shakespeare #58A1BB

Color information

#58A1BB (or 0x58A1BB) is unknown color: approx Shakespeare. HEX triplet: 58, A1 and BB. RGB value is (88,161,187). Sum of RGB (Red+Green+Blue) = 88+161+187=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #58A1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A1BB is #A75E44. Grayscale: #8D8D8D. Windows color (decimal): -10968645 or 12296536. OLE color: 12296536.

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

Color convert

RGB88161187-
CMYK0.530.1400.27
HSL195.76º42.13%53.92%-
HSV(B)195.76º52.94%73.33%-
XYZ25.7431.1551.67-
YUV142.14153.3289.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.18%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=20.18%
G=36.93%
B=42.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881611870.530.1400.27195.7642.1353.92
Hex58A1BB35E01Bc42a36
Octal13024127365160333045266
Binary10110001010000110111011110101111001101111000100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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