Html Css Color HEX #54837C Breaker Bay

📋 copy color: '#54837C'

red 84 ◦ green 131 ◦ blue 124

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

Shades of Breaker Bay #54837C

Tints of Breaker Bay #54837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.64%

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 24.78%
G = 38.64%
B = 36.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#54837C (or 0x54837C) is known color: Breaker Bay. HEX triplet: 54, 83 and 7C. RGB value is (84,131,124). Sum of RGB (Red+Green+Blue) = 84+131+124=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 131 - color contains mainly: green. Hex color #54837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54837C is #AB7C83. Grayscale: #747474. Windows color (decimal): -11238532 or 8160084. OLE color: 8160084.

HSL color Cylindrical-coordinate representation of color #54837C: hue angle of 171.06º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54837C is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 131 124 -
CMYK 0.36 0 0.05 0.49
HSL 171.06º 0.22% 0.42% -
HSV(B) 171.06º 0.36% 0.51% -
XYZ 15.41 19.57 22.03 -
YUV 116.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 84 131 124 0.36 0 0.05 0.49 171.06 0.22 0.42
Hex 54 83 7C 24 0 5 31 AB 16 2A
Octal 124 203 174 44 0 5 61 253 26 52
Binary 1010100 10000011 1111100 100100 0 101 110001 10101011 10110 101010

Color Harmonies of #54837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54837C

Black with #54837C

Text Example


Text Example

White with #54837C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,131,124); }

 H1.HeaderClassName
 {
   color: #54837C;
 }
 .AnyTagClassName
 {
   color: #54837C;
 }
</style>

background-color css

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

 a { background-color: rgb(84,131,124); }

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

border-color css

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

 span { border-color: rgb(84,131,124); }

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