#598483

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

Shades of Breaker Bay #598483

Tints of Breaker Bay #598483

Color information

#598483 (or 0x598483) is unknown color: approx Breaker Bay. HEX triplet: 59, 84 and 83. RGB value is (89,132,131). Sum of RGB (Red+Green+Blue) = 89+132+131=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #598483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598483 is #A67B7C. Grayscale: #767676. Windows color (decimal): -10910589 or 8619097. OLE color: 8619097.

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

Color convert

RGB89132131-
CMYK0.3300.010.48
HSL178.6º19.46%43.33%-
HSV(B)178.6º32.58%51.76%-
XYZ16.4720.2724.52-
YUV119.03134.75106.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 132 (51.95% from 255) = 37.5%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=25.28%
G=37.5%
B=37.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891321310.3300.010.48178.619.4643.33
Hex598483210130b3132b
Octal1312042034101602632353
Binary10110011000010010000011100001011100001011001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598483; }

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

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

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

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

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

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

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

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