Html Css Color HEX #54847C Breaker Bay

📋 copy color: '#54847C'

red 84 ◦ green 132 ◦ blue 124

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

Shades of Breaker Bay #54847C

Tints of Breaker Bay #54847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.82%

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

R = 24.71%
G = 38.82%
B = 36.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#54847C (or 0x54847C) is known color: Breaker Bay. HEX triplet: 54, 84 and 7C. RGB value is (84,132,124). Sum of RGB (Red+Green+Blue) = 84+132+124=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #54847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54847C is #AB7B83. Grayscale: #747474. Windows color (decimal): -11238276 or 8160340. OLE color: 8160340.

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

Color convert

RGB 84 132 124 -
CMYK 0.36 0 0.06 0.48
HSL 170º 0.22% 0.42% -
HSV(B) 170º 0.36% 0.52% -
XYZ 15.55 19.84 22.08 -
YUV 116.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 84 132 124 0.36 0 0.06 0.48 170 0.22 0.42
Hex 54 84 7C 24 0 6 30 AA 16 2A
Octal 124 204 174 44 0 6 60 252 26 52
Binary 1010100 10000100 1111100 100100 0 110 110000 10101010 10110 101010

Color Harmonies of #54847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54847C

Black with #54847C

Text Example


Text Example

White with #54847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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