#54847D

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

Shades of Breaker Bay #54847D

Tints of Breaker Bay #54847D

Color information

#54847D (or 0x54847D) is unknown color: approx Breaker Bay. HEX triplet: 54, 84 and 7D. RGB value is (84,132,125). Sum of RGB (Red+Green+Blue) = 84+132+125=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #54847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54847D is #AB7B82. Grayscale: #747474. Windows color (decimal): -11238275 or 8225876. OLE color: 8225876.

HSL color Cylindrical-coordinate representation of color #54847D: hue angle of 171.25º 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 #54847D is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB84132125-
CMYK0.3600.050.48
HSL171.25º22.22%42.35%-
HSV(B)171.25º36.36%51.76%-
XYZ15.6119.8722.41-
YUV116.85132.6104.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=24.63%
G=38.71%
B=36.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841321250.3600.050.48171.2522.2242.35
Hex54847D240530ab162a
Octal1242041754405602532652
Binary101010010000100111110110010001011100001010101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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