#54857D

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

Shades of Breaker Bay #54857D

Tints of Breaker Bay #54857D

Color information

#54857D (or 0x54857D) is unknown color: approx Breaker Bay. HEX triplet: 54, 85 and 7D. RGB value is (84,133,125). Sum of RGB (Red+Green+Blue) = 84+133+125=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #54857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54857D is #AB7A82. Grayscale: #757575. Windows color (decimal): -11238019 or 8226132. OLE color: 8226132.

HSL color Cylindrical-coordinate representation of color #54857D: hue angle of 170.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54857D is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB84133125-
CMYK0.3700.060.48
HSL170.2º22.58%42.55%-
HSV(B)170.2º36.84%52.16%-
XYZ15.7520.1422.46-
YUV117.44132.27104.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=24.56%
G=38.89%
B=36.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841331250.3700.060.48170.222.5842.55
Hex54857D250630aa172b
Octal1242051754506602522753
Binary101010010000101111110110010101101100001010101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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