#587375

Color #587375 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #587375

Tints of Breaker Bay #587375

Color information

#587375 (or 0x587375) is unknown color: approx Breaker Bay. HEX triplet: 58, 73 and 75. RGB value is (88,115,117). Sum of RGB (Red+Green+Blue) = 88+115+117=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #587375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587375 is #A78C8A. Grayscale: #6B6B6B. Windows color (decimal): -10980491 or 7697240. OLE color: 7697240.

HSL color Cylindrical-coordinate representation of color #587375: hue angle of 184.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #587375 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB88115117-
CMYK0.250.0200.54
HSL184.14º14.15%40.2%-
HSV(B)184.14º24.79%45.88%-
XYZ13.3715.6219.14-
YUV107.16133.55114.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.5%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=27.5%
G=35.94%
B=36.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881151170.250.0200.54184.1414.1540.2
Hex587375192036b8e28
Octal1301631653120662701650
Binary10110001110011111010111001100110110101110001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587375; }

 p { color: rgb(88,115,117); }

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

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

 a { background-color: rgb(88,115,117); }

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

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

 span { border-color: rgb(88,115,117); }

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