#58A3BB

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

Shades of Shakespeare #58A3BB

Tints of Shakespeare #58A3BB

Color information

#58A3BB (or 0x58A3BB) is unknown color: approx Shakespeare. HEX triplet: 58, A3 and BB. RGB value is (88,163,187). Sum of RGB (Red+Green+Blue) = 88+163+187=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #58A3BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A3BB is #A75C44. Grayscale: #8F8F8F. Windows color (decimal): -10968133 or 12297048. OLE color: 12297048.

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

Color convert

RGB88163187-
CMYK0.530.1300.27
HSL194.55º42.13%53.92%-
HSV(B)194.55º52.94%73.33%-
XYZ26.0931.8651.79-
YUV143.31152.6588.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.09%
GREEN value IS 163 (64.06% from 255) = 37.21%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=20.09%
G=37.21%
B=42.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881631870.530.1300.27194.5542.1353.92
Hex58A3BB35D01Bc32a36
Octal13024327365150333035266
Binary10110001010001110111011110101110101101111000011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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