Html Css Color HEX #598484 Breaker Bay

📋 copy color: '#598484'

red 89 ◦ green 132 ◦ blue 132

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

Shades of Breaker Bay #598484

Tints of Breaker Bay #598484

RGB

 RED value IS 89 (35.16% from 255) = 25.21%

 GREEN value IS 132 (51.95% from 255) = 37.39%

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

R = 25.21%
G = 37.39%
B = 37.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#598484 (or 0x598484) is known color: Breaker Bay. HEX triplet: 59, 84 and 84. RGB value is (89,132,132). Sum of RGB (Red+Green+Blue) = 89+132+132=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #598484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598484 is #A67B7B. Grayscale: #777777. Windows color (decimal): -10910588 or 8684633. OLE color: 8684633.

HSL color Cylindrical-coordinate representation of color #598484: hue angle of 180º degrees, saturation: 0.19, 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 #598484 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 132 132 -
CMYK 0.33 0 0 0.48
HSL 180º 0.19% 0.43% -
HSV(B) 180º 0.33% 0.52% -
XYZ 16.54 20.29 24.88 -
YUV 119.14 135.25 106.5 -
System Red Green Blue C M Y K H S L
Decimal 89 132 132 0.33 0 0 0.48 180 0.19 0.43
Hex 59 84 84 21 0 0 30 B4 13 2B
Octal 131 204 204 41 0 0 60 264 23 53
Binary 1011001 10000100 10000100 100001 0 0 110000 10110100 10011 101011

Color Harmonies of #598484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598484

Black with #598484

Text Example


Text Example

White with #598484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598484; }

 p { color: rgb(89,132,132); }

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

background-color css

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

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

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

border-color css

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

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

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