#58A2B8

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

Shades of Shakespeare #58A2B8

Tints of Shakespeare #58A2B8

Color information

#58A2B8 (or 0x58A2B8) is unknown color: approx Shakespeare. HEX triplet: 58, A2 and B8. RGB value is (88,162,184). Sum of RGB (Red+Green+Blue) = 88+162+184=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 184 - color contains mainly: blue. Hex color #58A2B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A2B8 is #A75D47. Grayscale: #8E8E8E. Windows color (decimal): -10968392 or 12100184. OLE color: 12100184.

HSL color Cylindrical-coordinate representation of color #58A2B8: hue angle of 193.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58A2B8 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB88162184-
CMYK0.520.1200.28
HSL193.75º40.34%53.33%-
HSV(B)193.75º52.17%72.16%-
XYZ25.631.3850.05-
YUV142.38151.4889.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.28%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 184 (72.27% from 255) = 42.40%
R=20.28%
G=37.33%
B=42.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal881621840.520.1200.28193.7540.3453.33
Hex58A2B834C01Cc22835
Octal13024227064140343025065
Binary10110001010001010111000110100110001110011000010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,162,184); }

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

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

 a { background-color: rgb(88,162,184); }

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

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

 span { border-color: rgb(88,162,184); }

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