Html Css Color HEX #598082 Breaker Bay

📋 copy color: '#598082'

red 89 ◦ green 128 ◦ blue 130

#598082
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #598082

Tints of Breaker Bay #598082

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 value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#598082 (or 0x598082) is known color: 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

RGB 89 128 130 -
CMYK 0.32 0.02 0 0.49
HSL 182.93º 0.19% 0.43% -
HSV(B) 182.93º 0.32% 0.51% -
XYZ 15.87 19.17 23.98 -
YUV 116.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 89 128 130 0.32 0.02 0 0.49 182.93 0.19 0.43
Hex 59 80 82 20 2 0 31 B7 13 2B
Octal 131 200 202 40 2 0 61 267 23 53
Binary 1011001 10000000 10000010 100000 10 0 110001 10110111 10011 101011

Color Harmonies of #598082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598082

Black with #598082

Text Example


Text Example

White with #598082

Text Example


Text Example

HTML Codes & Css Web 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>