#58747a

Color #58747A Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #58747A

Tints of Blue Bayoux #58747A

Color information

#58747A (or 0x58747A) is unknown color: approx Blue Bayoux. HEX triplet: 58, 74 and 7A. RGB value is (88,116,122). Sum of RGB (Red+Green+Blue) = 88+116+122=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #58747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58747A is #A78B85. Grayscale: #6C6C6C. Windows color (decimal): -10980230 or 8025176. OLE color: 8025176.

HSL color Cylindrical-coordinate representation of color #58747A: hue angle of 190.59º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58747A is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB88116122-
CMYK0.280.0500.52
HSL190.59º16.19%41.18%-
HSV(B)190.59º27.87%47.84%-
XYZ13.7815.9720.77-
YUV108.31135.72113.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.99%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=26.99%
G=35.58%
B=37.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal881161220.280.0500.52190.5916.1941.18
Hex58747A1C5034bf1029
Octal1301641723450642772051
Binary1011000111010011110101110010101101001011111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58747a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58747a; }

 p { color: rgb(88,116,122); }

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

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

 a { background-color: rgb(88,116,122); }

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

<style>
 span { border-color: #58747a; }

 span { border-color: rgb(88,116,122); }

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