Html Css Color HEX #598580 Breaker Bay

📋 copy color: '#598580'

red 89 ◦ green 133 ◦ blue 128

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

Shades of Breaker Bay #598580

Tints of Breaker Bay #598580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38%

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

R = 25.43%
G = 38%
B = 36.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#598580 (or 0x598580) is known color: Breaker Bay. HEX triplet: 59, 85 and 80. RGB value is (89,133,128). Sum of RGB (Red+Green+Blue) = 89+133+128=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #598580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598580 is #A67A7F. Grayscale: #777777. Windows color (decimal): -10910336 or 8422745. OLE color: 8422745.

HSL color Cylindrical-coordinate representation of color #598580: hue angle of 173.18º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #598580 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 133 128 -
CMYK 0.33 0 0.04 0.48
HSL 173.18º 0.2% 0.44% -
HSV(B) 173.18º 0.33% 0.52% -
XYZ 16.4 20.46 23.51 -
YUV 119.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 89 133 128 0.33 0 0.04 0.48 173.18 0.2 0.44
Hex 59 85 80 21 0 4 30 AD 14 2C
Octal 131 205 200 41 0 4 60 255 24 54
Binary 1011001 10000101 10000000 100001 0 100 110000 10101101 10100 101100

Color Harmonies of #598580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598580

Black with #598580

Text Example


Text Example

White with #598580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598580; }

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

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

background-color css

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

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

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

border-color css

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

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

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