#598383

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

Shades of Breaker Bay #598383

Tints of Breaker Bay #598383

Color information

#598383 (or 0x598383) is unknown color: approx Breaker Bay. HEX triplet: 59, 83 and 83. RGB value is (89,131,131). Sum of RGB (Red+Green+Blue) = 89+131+131=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #598383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598383 is #A67C7C. Grayscale: #767676. Windows color (decimal): -10910845 or 8618841. OLE color: 8618841.

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

Color convert

RGB89131131-
CMYK0.32000.49
HSL180º19.09%43.14%-
HSV(B)180º32.06%51.37%-
XYZ16.332024.47-
YUV118.44135.09107-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.36%
GREEN value IS 131 (51.56% from 255) = 37.32%
BLUE value IS 131 (51.56% from 255) = 37.32%
R=25.36%
G=37.32%
B=37.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891311310.32000.4918019.0943.14
Hex598383200031b4132b
Octal1312032034000612642353
Binary10110011000001110000011100000001100011011010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598383; }

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

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

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

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

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

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

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

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