#587483

Color #587483 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #587483

Tints of Blue Bayoux #587483

Color information

#587483 (or 0x587483) is unknown color: approx Blue Bayoux. HEX triplet: 58, 74 and 83. RGB value is (88,116,131). Sum of RGB (Red+Green+Blue) = 88+116+131=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 131 - color contains mainly: blue. Hex color #587483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587483 is #A78B7C. Grayscale: #6D6D6D. Windows color (decimal): -10980221 or 8615000. OLE color: 8615000.

HSL color Cylindrical-coordinate representation of color #587483: hue angle of 200.93º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #587483 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB88116131-
CMYK0.330.1100.49
HSL200.93º19.63%42.94%-
HSV(B)200.93º32.82%51.37%-
XYZ14.3716.223.84-
YUV109.34140.22112.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.27%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=26.27%
G=34.63%
B=39.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881161310.330.1100.49200.9319.6342.94
Hex58748321B031c9142b
Octal13016420341130613112453
Binary1011000111010010000011100001101101100011100100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587483; }

 p { color: rgb(88,116,131); }

 H1.HeaderClassName
 {
   color: #587483;
 }
 .AnyTagClassName
 {
   color: #587483;
 }
</style>
background-color css

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

 a { background-color: rgb(88,116,131); }

 div.DivClassName
 {
   background-color: #587483;
 }
 .BgClassName
 {
   background-color: #587483;
 }
</style>
border-color css

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

 span { border-color: rgb(88,116,131); }

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