#54847F

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

Shades of Breaker Bay #54847F

Tints of Breaker Bay #54847F

Color information

#54847F (or 0x54847F) is unknown color: approx Breaker Bay. HEX triplet: 54, 84 and 7F. RGB value is (84,132,127). Sum of RGB (Red+Green+Blue) = 84+132+127=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #54847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54847F is #AB7B80. Grayscale: #757575. Windows color (decimal): -11238273 or 8356948. OLE color: 8356948.

HSL color Cylindrical-coordinate representation of color #54847F: hue angle of 173.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54847F is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB84132127-
CMYK0.3600.040.48
HSL173.75º22.22%42.35%-
HSV(B)173.75º36.36%51.76%-
XYZ15.7419.9223.09-
YUV117.08133.6104.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 127 (50% from 255) = 37.03%
R=24.49%
G=38.48%
B=37.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841321270.3600.040.48173.7522.2242.35
Hex54847F240430ae162a
Octal1242041774404602562652
Binary101010010000100111111110010001001100001010111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54847F; }

 p { color: rgb(84,132,127); }

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

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

 a { background-color: rgb(84,132,127); }

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

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

 span { border-color: rgb(84,132,127); }

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