Html Css Color HEX #587C84 Blue Bayoux

📋 copy color: '#587C84'

red 88 ◦ green 124 ◦ blue 132

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

Shades of Blue Bayoux #587C84

Tints of Blue Bayoux #587C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.37%

R = 25.58%
G = 36.05%
B = 38.37%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#587C84 (or 0x587C84) is known color: Blue Bayoux. HEX triplet: 58, 7C and 84. RGB value is (88,124,132). Sum of RGB (Red+Green+Blue) = 88+124+132=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #587C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587C84 is #A7837B. Grayscale: #727272. Windows color (decimal): -10978172 or 8682584. OLE color: 8682584.

HSL color Cylindrical-coordinate representation of color #587C84: hue angle of 190.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #587C84 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 124 132 -
CMYK 0.33 0.06 0 0.48
HSL 190.91º 0.2% 0.43% -
HSV(B) 190.91º 0.33% 0.52% -
XYZ 15.4 18.16 24.52 -
YUV 114.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 88 124 132 0.33 0.06 0 0.48 190.91 0.2 0.43
Hex 58 7C 84 21 6 0 30 BF 14 2B
Octal 130 174 204 41 6 0 60 277 24 53
Binary 1011000 1111100 10000100 100001 110 0 110000 10111111 10100 101011

Color Harmonies of #587C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587C84

Black with #587C84

Text Example


Text Example

White with #587C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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