#58A2BD

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

Shades of Shakespeare #58A2BD

Tints of Shakespeare #58A2BD

Color information

#58A2BD (or 0x58A2BD) is unknown color: approx Shakespeare. HEX triplet: 58, A2 and BD. RGB value is (88,162,189). Sum of RGB (Red+Green+Blue) = 88+162+189=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #58A2BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A2BD is #A75D42. Grayscale: #8E8E8E. Windows color (decimal): -10968387 or 12427864. OLE color: 12427864.

HSL color Cylindrical-coordinate representation of color #58A2BD: hue angle of 196.04º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58A2BD is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB88162189-
CMYK0.530.1400.26
HSL196.04º43.35%54.31%-
HSV(B)196.04º53.44%74.12%-
XYZ26.1331.5952.86-
YUV142.95153.9888.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.05%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=20.05%
G=36.90%
B=43.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881621890.530.1400.26196.0443.3554.31
Hex58A2BD35E01Ac42b36
Octal13024227565160323045366
Binary10110001010001010111101110101111001101011000100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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