Html Css Color HEX #58757A Blue Bayoux

📋 copy color: '#58757A'

red 88 ◦ green 117 ◦ blue 122

#58757A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bayoux #58757A

Tints of Blue Bayoux #58757A

RGB

 RED value IS 88 (34.77% from 255) = 26.91%

 GREEN value IS 117 (46.09% from 255) = 35.78%

 BLUE value IS 122 (48.05% from 255) = 37.31%

R = 26.91%
G = 35.78%
B = 37.31%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58757A (or 0x58757A) is known color: Blue Bayoux. HEX triplet: 58, 75 and 7A. RGB value is (88,117,122). Sum of RGB (Red+Green+Blue) = 88+117+122=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 122 - color contains mainly: blue. Hex color #58757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58757A is #A78A85. Grayscale: #6C6C6C. Windows color (decimal): -10979974 or 8025432. OLE color: 8025432.

HSL color Cylindrical-coordinate representation of color #58757A: hue angle of 188.82º 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 #58757A is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 117 122 -
CMYK 0.28 0.04 0 0.52
HSL 188.82º 0.16% 0.41% -
HSV(B) 188.82º 0.28% 0.48% -
XYZ 13.9 16.2 20.81 -
YUV 108.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 88 117 122 0.28 0.04 0 0.52 188.82 0.16 0.41
Hex 58 75 7A 1C 4 0 34 BD 10 29
Octal 130 165 172 34 4 0 64 275 20 51
Binary 1011000 1110101 1111010 11100 100 0 110100 10111101 10000 101001

Color Harmonies of #58757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58757A

Black with #58757A

Text Example


Text Example

White with #58757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58757A; }

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

 H1.HeaderClassName
 {
   color: #58757A;
 }
 .AnyTagClassName
 {
   color: #58757A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #58757A;
 }
 .BgClassName
 {
   background-color: #58757A;
 }
</style>

border-color css

<style>
 span { border-color: #58757A; }

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

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