Html Css Color HEX #54857B Breaker Bay

📋 copy color: '#54857B'

red 84 ◦ green 133 ◦ blue 123

#54857B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #54857B

Tints of Breaker Bay #54857B

RGB

 RED value IS 84 (33.2% from 255) = 24.71%

 GREEN value IS 133 (52.34% from 255) = 39.12%

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 24.71%
G = 39.12%
B = 36.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#54857B (or 0x54857B) is known color: Breaker Bay. HEX triplet: 54, 85 and 7B. RGB value is (84,133,123). Sum of RGB (Red+Green+Blue) = 84+133+123=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #54857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54857B is #AB7A84. Grayscale: #757575. Windows color (decimal): -11238021 or 8095060. OLE color: 8095060.

HSL color Cylindrical-coordinate representation of color #54857B: hue angle of 167.76º 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 #54857B is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 133 123 -
CMYK 0.37 0 0.08 0.48
HSL 167.76º 0.23% 0.43% -
HSV(B) 167.76º 0.37% 0.52% -
XYZ 15.62 20.09 21.79 -
YUV 117.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 84 133 123 0.37 0 0.08 0.48 167.76 0.23 0.43
Hex 54 85 7B 25 0 8 30 A8 17 2B
Octal 124 205 173 45 0 10 60 250 27 53
Binary 1010100 10000101 1111011 100101 0 1000 110000 10101000 10111 101011

Color Harmonies of #54857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54857B

Black with #54857B

Text Example


Text Example

White with #54857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54857B;
 }
 .AnyTagClassName
 {
   color: #54857B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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