Html Css Color HEX #58707A Blue Bayoux

📋 copy color: '#58707A'

red 88 ◦ green 112 ◦ blue 122

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

Shades of Blue Bayoux #58707A

Tints of Blue Bayoux #58707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

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

R = 27.33%
G = 34.78%
B = 37.89%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58707A (or 0x58707A) is known color: Blue Bayoux. HEX triplet: 58, 70 and 7A. RGB value is (88,112,122). Sum of RGB (Red+Green+Blue) = 88+112+122=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 122 - color contains mainly: blue. Hex color #58707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58707A is #A78F85. Grayscale: #696969. Windows color (decimal): -10981254 or 8024152. OLE color: 8024152.

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

Color convert

RGB 88 112 122 -
CMYK 0.28 0.08 0 0.52
HSL 197.65º 0.16% 0.41% -
HSV(B) 197.65º 0.28% 0.48% -
XYZ 13.33 15.07 20.62 -
YUV 105.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 88 112 122 0.28 0.08 0 0.52 197.65 0.16 0.41
Hex 58 70 7A 1C 8 0 34 C6 10 29
Octal 130 160 172 34 10 0 64 306 20 51
Binary 1011000 1110000 1111010 11100 1000 0 110100 11000110 10000 101001

Color Harmonies of #58707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58707A

Black with #58707A

Text Example


Text Example

White with #58707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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