#598481

Color #598481 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #598481

Tints of Breaker Bay #598481

Color information

#598481 (or 0x598481) is unknown color: approx Breaker Bay. HEX triplet: 59, 84 and 81. RGB value is (89,132,129). Sum of RGB (Red+Green+Blue) = 89+132+129=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 132 - color contains mainly: green. Hex color #598481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598481 is #A67B7E. Grayscale: #767676. Windows color (decimal): -10910591 or 8488025. OLE color: 8488025.

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

Color convert

RGB89132129-
CMYK0.3300.020.48
HSL175.81º19.46%43.33%-
HSV(B)175.81º32.58%51.76%-
XYZ16.3320.2123.81-
YUV118.8133.75106.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.43%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 129 (50.78% from 255) = 36.86%
R=25.43%
G=37.71%
B=36.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891321290.3300.020.48175.8119.4643.33
Hex598481210230b0132b
Octal1312042014102602602353
Binary101100110000100100000011000010101100001011000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598481; }

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

 H1.HeaderClassName
 {
   color: #598481;
 }
 .AnyTagClassName
 {
   color: #598481;
 }
</style>
background-color css

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

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

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

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

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

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