Html Css Color HEX #57847D Breaker Bay

📋 copy color: '#57847D'

red 87 ◦ green 132 ◦ blue 125

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

Shades of Breaker Bay #57847D

Tints of Breaker Bay #57847D

RGB

 RED value IS 87 (34.38% from 255) = 25.29%

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

 BLUE value IS 125 (49.22% from 255) = 36.34%

R = 25.29%
G = 38.37%
B = 36.34%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#57847D (or 0x57847D) is known color: Breaker Bay. HEX triplet: 57, 84 and 7D. RGB value is (87,132,125). Sum of RGB (Red+Green+Blue) = 87+132+125=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #57847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57847D is #A87B82. Grayscale: #757575. Windows color (decimal): -11041667 or 8225879. OLE color: 8225879.

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

Color convert

RGB 87 132 125 -
CMYK 0.34 0 0.05 0.48
HSL 170.67º 0.21% 0.43% -
HSV(B) 170.67º 0.34% 0.52% -
XYZ 15.88 20.01 22.43 -
YUV 117.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 87 132 125 0.34 0 0.05 0.48 170.67 0.21 0.43
Hex 57 84 7D 22 0 5 30 AB 15 2B
Octal 127 204 175 42 0 5 60 253 25 53
Binary 1010111 10000100 1111101 100010 0 101 110000 10101011 10101 101011

Color Harmonies of #57847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57847D

Black with #57847D

Text Example


Text Example

White with #57847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,132,125); }

 H1.HeaderClassName
 {
   color: #57847D;
 }
 .AnyTagClassName
 {
   color: #57847D;
 }
</style>

background-color css

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

 a { background-color: rgb(87,132,125); }

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

border-color css

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

 span { border-color: rgb(87,132,125); }

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