Html Css Color HEX #587C82 Blue Bayoux

📋 copy color: '#587C82'

red 88 ◦ green 124 ◦ blue 130

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

Shades of Blue Bayoux #587C82

Tints of Blue Bayoux #587C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.26%

 BLUE value IS 130 (51.17% from 255) = 38.01%

R = 25.73%
G = 36.26%
B = 38.01%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#587C82 (or 0x587C82) is known color: Blue Bayoux. HEX triplet: 58, 7C and 82. RGB value is (88,124,130). Sum of RGB (Red+Green+Blue) = 88+124+130=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #587C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587C82 is #A7837D. Grayscale: #717171. Windows color (decimal): -10978174 or 8551512. OLE color: 8551512.

HSL color Cylindrical-coordinate representation of color #587C82: hue angle of 188.57º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #587C82 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 124 130 -
CMYK 0.32 0.05 0 0.49
HSL 188.57º 0.19% 0.43% -
HSV(B) 188.57º 0.32% 0.51% -
XYZ 15.26 18.1 23.81 -
YUV 113.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 88 124 130 0.32 0.05 0 0.49 188.57 0.19 0.43
Hex 58 7C 82 20 5 0 31 BD 13 2B
Octal 130 174 202 40 5 0 61 275 23 53
Binary 1011000 1111100 10000010 100000 101 0 110001 10111101 10011 101011

Color Harmonies of #587C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587C82

Black with #587C82

Text Example


Text Example

White with #587C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587C82; }

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

 H1.HeaderClassName
 {
   color: #587C82;
 }
 .AnyTagClassName
 {
   color: #587C82;
 }
</style>

background-color css

<style>
 a { background-color: #587C82; }

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

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

border-color css

<style>
 span { border-color: #587C82; }

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

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