Html Css Color HEX #587575 Breaker Bay

📋 copy color: '#587575'

red 88 ◦ green 117 ◦ blue 117

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

Shades of Breaker Bay #587575

Tints of Breaker Bay #587575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

 BLUE value IS 117 (46.09% from 255) = 36.34%

R = 27.33%
G = 36.34%
B = 36.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#587575 (or 0x587575) is known color: Breaker Bay. HEX triplet: 58, 75 and 75. RGB value is (88,117,117). Sum of RGB (Red+Green+Blue) = 88+117+117=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #587575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587575 is #A78A8A. Grayscale: #6C6C6C. Windows color (decimal): -10979979 or 7697752. OLE color: 7697752.

HSL color Cylindrical-coordinate representation of color #587575: hue angle of 180º 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 #587575 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 117 117 -
CMYK 0.25 0 0 0.54
HSL 180º 0.14% 0.4% -
HSV(B) 180º 0.25% 0.46% -
XYZ 13.6 16.08 19.22 -
YUV 108.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 88 117 117 0.25 0 0 0.54 180 0.14 0.4
Hex 58 75 75 19 0 0 36 B4 E 28
Octal 130 165 165 31 0 0 66 264 16 50
Binary 1011000 1110101 1110101 11001 0 0 110110 10110100 1110 101000

Color Harmonies of #587575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587575

Black with #587575

Text Example


Text Example

White with #587575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587575; }

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

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

background-color css

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

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

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

border-color css

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

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

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