#58A5C1

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

Shades of Shakespeare #58A5C1

Tints of Shakespeare #58A5C1

Color information

#58A5C1 (or 0x58A5C1) is unknown color: approx Shakespeare. HEX triplet: 58, A5 and C1. RGB value is (88,165,193). Sum of RGB (Red+Green+Blue) = 88+165+193=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #58A5C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A5C1 is #A75A3E. Grayscale: #909090. Windows color (decimal): -10967615 or 12690776. OLE color: 12690776.

HSL color Cylindrical-coordinate representation of color #58A5C1: hue angle of 196º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58A5C1 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB88165193-
CMYK0.540.1500.24
HSL196º45.85%55.1%-
HSV(B)196º54.4%75.69%-
XYZ27.1132.8455.36-
YUV145.17154.9987.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.73%
GREEN value IS 165 (64.84% from 255) = 37.00%
BLUE value IS 193 (75.78% from 255) = 43.27%
R=19.73%
G=37.00%
B=43.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881651930.540.1500.2419645.8555.1
Hex58A5C136F018c42e37
Octal13024530166170303045667
Binary10110001010010111000001110110111101100011000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,165,193); }

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

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

 a { background-color: rgb(88,165,193); }

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

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

 span { border-color: rgb(88,165,193); }

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