Html Css Color HEX #586F7E Blue Bayoux

📋 copy color: '#586F7E'

red 88 ◦ green 111 ◦ blue 126

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

Shades of Blue Bayoux #586F7E

Tints of Blue Bayoux #586F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.15%

 BLUE value IS 126 (49.61% from 255) = 38.77%

R = 27.08%
G = 34.15%
B = 38.77%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#586F7E (or 0x586F7E) is known color: Blue Bayoux. HEX triplet: 58, 6F and 7E. RGB value is (88,111,126). Sum of RGB (Red+Green+Blue) = 88+111+126=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 126 - color contains mainly: blue. Hex color #586F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F7E is #A79081. Grayscale: #696969. Windows color (decimal): -10981506 or 8286040. OLE color: 8286040.

HSL color Cylindrical-coordinate representation of color #586F7E: hue angle of 203.68º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #586F7E is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 111 126 -
CMYK 0.30 0.12 0 0.51
HSL 203.68º 0.18% 0.42% -
HSV(B) 203.68º 0.3% 0.49% -
XYZ 13.47 14.95 21.91 -
YUV 105.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 88 111 126 0.30 0.12 0 0.51 203.68 0.18 0.42
Hex 58 6F 7E 1E C 0 33 CC 12 2A
Octal 130 157 176 36 14 0 63 314 22 52
Binary 1011000 1101111 1111110 11110 1100 0 110011 11001100 10010 101010

Color Harmonies of #586F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F7E

Black with #586F7E

Text Example


Text Example

White with #586F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586F7E; }

 p { color: rgb(88,111,126); }

 H1.HeaderClassName
 {
   color: #586F7E;
 }
 .AnyTagClassName
 {
   color: #586F7E;
 }
</style>

background-color css

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

 a { background-color: rgb(88,111,126); }

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

border-color css

<style>
 span { border-color: #586F7E; }

 span { border-color: rgb(88,111,126); }

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