#598482

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

Shades of Breaker Bay #598482

Tints of Breaker Bay #598482

Color information

#598482 (or 0x598482) is unknown color: approx Breaker Bay. HEX triplet: 59, 84 and 82. RGB value is (89,132,130). Sum of RGB (Red+Green+Blue) = 89+132+130=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #598482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598482 is #A67B7D. Grayscale: #767676. Windows color (decimal): -10910590 or 8553561. OLE color: 8553561.

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

Color convert

RGB89132130-
CMYK0.3300.020.48
HSL177.21º19.46%43.33%-
HSV(B)177.21º32.58%51.76%-
XYZ16.420.2424.16-
YUV118.92134.25106.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.36%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=25.36%
G=37.61%
B=37.04%

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
Decimal891321300.3300.020.48177.2119.4643.33
Hex598482210230b1132b
Octal1312042024102602612353
Binary101100110000100100000101000010101100001011000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598482; }

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

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

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

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

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

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

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

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