#58847C

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

Shades of Breaker Bay #58847C

Tints of Breaker Bay #58847C

Color information

#58847C (or 0x58847C) is unknown color: approx Breaker Bay. HEX triplet: 58, 84 and 7C. RGB value is (88,132,124). Sum of RGB (Red+Green+Blue) = 88+132+124=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #58847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58847C is #A77B83. Grayscale: #757575. Windows color (decimal): -10976132 or 8160344. OLE color: 8160344.

HSL color Cylindrical-coordinate representation of color #58847C: hue angle of 169.09º degrees, saturation: 0.2, 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 #58847C is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB88132124-
CMYK0.3300.060.48
HSL169.09º20%43.14%-
HSV(B)169.09º33.33%51.76%-
XYZ15.9120.0322.1-
YUV117.93131.42106.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=25.58%
G=38.37%
B=36.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881321240.3300.060.48169.092043.14
Hex58847C210630a9142b
Octal1302041744106602512453
Binary101100010000100111110010000101101100001010100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58847C; }

 p { color: rgb(88,132,124); }

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

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

 a { background-color: rgb(88,132,124); }

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

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

 span { border-color: rgb(88,132,124); }

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