#58A0B0

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

Shades of Shakespeare #58A0B0

Tints of Shakespeare #58A0B0

Color information

#58A0B0 (or 0x58A0B0) is unknown color: approx Shakespeare. HEX triplet: 58, A0 and B0. RGB value is (88,160,176). Sum of RGB (Red+Green+Blue) = 88+160+176=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 176 - color contains mainly: blue. Hex color #58A0B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A0B0 is #A75F4F. Grayscale: #8C8C8C. Windows color (decimal): -10968912 or 11575384. OLE color: 11575384.

HSL color Cylindrical-coordinate representation of color #58A0B0: hue angle of 190.91º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58A0B0 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88160176-
CMYK0.500.0900.31
HSL190.91º35.77%51.76%-
HSV(B)190.91º50%69.02%-
XYZ24.4330.3545.64-
YUV140.3148.1590.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.75%
GREEN value IS 160 (62.89% from 255) = 37.74%
BLUE value IS 176 (69.14% from 255) = 41.51%
R=20.75%
G=37.74%
B=41.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881601760.500.0900.31190.9135.7751.76
Hex58A0B032901Fbf2434
Octal13024026062110372774464
Binary10110001010000010110000110010100101111110111111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,160,176); }

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

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

 a { background-color: rgb(88,160,176); }

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

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

 span { border-color: rgb(88,160,176); }

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