#58827A

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

Shades of Breaker Bay #58827A

Tints of Breaker Bay #58827A

Color information

#58827A (or 0x58827A) is unknown color: approx Breaker Bay. HEX triplet: 58, 82 and 7A. RGB value is (88,130,122). Sum of RGB (Red+Green+Blue) = 88+130+122=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #58827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58827A is #A77D85. Grayscale: #747474. Windows color (decimal): -10976646 or 8028760. OLE color: 8028760.

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

Color convert

RGB88130122-
CMYK0.3200.060.49
HSL168.57º19.27%42.75%-
HSV(B)168.57º32.31%50.98%-
XYZ15.5219.4521.35-
YUV116.53131.09107.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.88%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=25.88%
G=38.24%
B=35.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881301220.3200.060.49168.5719.2742.75
Hex58827A200631a9132b
Octal1302021724006612512353
Binary101100010000010111101010000001101100011010100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58827A; }

 p { color: rgb(88,130,122); }

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

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

 a { background-color: rgb(88,130,122); }

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

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

 span { border-color: rgb(88,130,122); }

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