Html Css Color HEX #58757B Blue Bayoux

📋 copy color: '#58757B'

red 88 ◦ green 117 ◦ blue 123

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

Shades of Blue Bayoux #58757B

Tints of Blue Bayoux #58757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 26.83%
G = 35.67%
B = 37.5%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58757B (or 0x58757B) is known color: Blue Bayoux. HEX triplet: 58, 75 and 7B. RGB value is (88,117,123). Sum of RGB (Red+Green+Blue) = 88+117+123=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #58757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58757B is #A78A84. Grayscale: #6C6C6C. Windows color (decimal): -10979973 or 8090968. OLE color: 8090968.

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

Color convert

RGB 88 117 123 -
CMYK 0.28 0.05 0 0.52
HSL 190.29º 0.17% 0.41% -
HSV(B) 190.29º 0.28% 0.48% -
XYZ 13.96 16.23 21.14 -
YUV 109.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 88 117 123 0.28 0.05 0 0.52 190.29 0.17 0.41
Hex 58 75 7B 1C 5 0 34 BE 11 29
Octal 130 165 173 34 5 0 64 276 21 51
Binary 1011000 1110101 1111011 11100 101 0 110100 10111110 10001 101001

Color Harmonies of #58757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58757B

Black with #58757B

Text Example


Text Example

White with #58757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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