Html Css Color HEX #54857D Breaker Bay

📋 copy color: '#54857D'

red 84 ◦ green 133 ◦ blue 125

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

Shades of Breaker Bay #54857D

Tints of Breaker Bay #54857D

RGB

 RED value IS 84 (33.2% 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 value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#54857D (or 0x54857D) is known color: 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

RGB 84 133 125 -
CMYK 0.37 0 0.06 0.48
HSL 170.2º 0.23% 0.43% -
HSV(B) 170.2º 0.37% 0.52% -
XYZ 15.75 20.14 22.46 -
YUV 117.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 84 133 125 0.37 0 0.06 0.48 170.2 0.23 0.43
Hex 54 85 7D 25 0 6 30 AA 17 2B
Octal 124 205 175 45 0 6 60 252 27 53
Binary 1010100 10000101 1111101 100101 0 110 110000 10101010 10111 101011

Color Harmonies of #54857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54857D

Black with #54857D

Text Example


Text Example

White with #54857D

Text Example


Text Example

HTML Codes & Css Web 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>