Html Css Color HEX #587474 Breaker Bay

📋 copy color: '#587474'

red 88 ◦ green 116 ◦ blue 116

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

Shades of Breaker Bay #587474

Tints of Breaker Bay #587474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.25%

 BLUE value IS 116 (45.7% from 255) = 36.25%

R = 27.5%
G = 36.25%
B = 36.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#587474 (or 0x587474) is known color: Breaker Bay. HEX triplet: 58, 74 and 74. RGB value is (88,116,116). Sum of RGB (Red+Green+Blue) = 88+116+116=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #587474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587474 is #A78B8B. Grayscale: #6B6B6B. Windows color (decimal): -10980236 or 7631960. OLE color: 7631960.

HSL color Cylindrical-coordinate representation of color #587474: hue angle of 180º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #587474 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 116 116 -
CMYK 0.24 0 0 0.55
HSL 180º 0.14% 0.4% -
HSV(B) 180º 0.24% 0.45% -
XYZ 13.42 15.83 18.87 -
YUV 107.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 88 116 116 0.24 0 0 0.55 180 0.14 0.4
Hex 58 74 74 18 0 0 37 B4 E 28
Octal 130 164 164 30 0 0 67 264 16 50
Binary 1011000 1110100 1110100 11000 0 0 110111 10110100 1110 101000

Color Harmonies of #587474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587474

Black with #587474

Text Example


Text Example

White with #587474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587474; }

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

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

background-color css

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

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

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

border-color css

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

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

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