#598082

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

Shades of Breaker Bay #598082

Tints of Breaker Bay #598082

Color information

#598082 (or 0x598082) is unknown color: approx Breaker Bay. HEX triplet: 59, 80 and 82. RGB value is (89,128,130). Sum of RGB (Red+Green+Blue) = 89+128+130=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #598082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598082 is #A67F7D. Grayscale: #747474. Windows color (decimal): -10911614 or 8552537. OLE color: 8552537.

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

Color convert

RGB89128130-
CMYK0.320.0200.49
HSL182.93º18.72%42.94%-
HSV(B)182.93º31.54%50.98%-
XYZ15.8719.1723.98-
YUV116.57135.58108.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=25.65%
G=36.89%
B=37.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891281300.320.0200.49182.9318.7242.94
Hex598082202031b7132b
Octal1312002024020612672353
Binary101100110000000100000101000001001100011011011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598082; }

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

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

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

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

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

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

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

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