Html Css Color HEX #598380 Breaker Bay

📋 copy color: '#598380'

red 89 ◦ green 131 ◦ blue 128

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

Shades of Breaker Bay #598380

Tints of Breaker Bay #598380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.64%

 BLUE value IS 128 (50.39% from 255) = 36.78%

R = 25.57%
G = 37.64%
B = 36.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#598380 (or 0x598380) is known color: Breaker Bay. HEX triplet: 59, 83 and 80. RGB value is (89,131,128). Sum of RGB (Red+Green+Blue) = 89+131+128=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 131 - color contains mainly: green. Hex color #598380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598380 is #A67C7F. Grayscale: #767676. Windows color (decimal): -10910848 or 8422233. OLE color: 8422233.

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

Color convert

RGB 89 131 128 -
CMYK 0.32 0 0.02 0.49
HSL 175.71º 0.19% 0.43% -
HSV(B) 175.71º 0.32% 0.51% -
XYZ 16.13 19.91 23.42 -
YUV 118.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 89 131 128 0.32 0 0.02 0.49 175.71 0.19 0.43
Hex 59 83 80 20 0 2 31 B0 13 2B
Octal 131 203 200 40 0 2 61 260 23 53
Binary 1011001 10000011 10000000 100000 0 10 110001 10110000 10011 101011

Color Harmonies of #598380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598380

Black with #598380

Text Example


Text Example

White with #598380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598380; }

 p { color: rgb(89,131,128); }

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

background-color css

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

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

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

border-color css

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

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

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