Html Css Color HEX #586F7C Blue Bayoux

📋 copy color: '#586F7C'

red 88 ◦ green 111 ◦ blue 124

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

Shades of Blue Bayoux #586F7C

Tints of Blue Bayoux #586F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 27.24%
G = 34.37%
B = 38.39%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#586F7C (or 0x586F7C) is known color: Blue Bayoux. HEX triplet: 58, 6F and 7C. RGB value is (88,111,124). Sum of RGB (Red+Green+Blue) = 88+111+124=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #586F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F7C is #A79083. Grayscale: #696969. Windows color (decimal): -10981508 or 8154968. OLE color: 8154968.

HSL color Cylindrical-coordinate representation of color #586F7C: hue angle of 201.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #586F7C is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 111 124 -
CMYK 0.29 0.10 0 0.51
HSL 201.67º 0.17% 0.42% -
HSV(B) 201.67º 0.29% 0.49% -
XYZ 13.35 14.9 21.24 -
YUV 105.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 88 111 124 0.29 0.10 0 0.51 201.67 0.17 0.42
Hex 58 6F 7C 1D A 0 33 CA 11 2A
Octal 130 157 174 35 12 0 63 312 21 52
Binary 1011000 1101111 1111100 11101 1010 0 110011 11001010 10001 101010

Color Harmonies of #586F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F7C

Black with #586F7C

Text Example


Text Example

White with #586F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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