Html Css Color HEX #57877D Breaker Bay

📋 copy color: '#57877D'

red 87 ◦ green 135 ◦ blue 125

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

Shades of Breaker Bay #57877D

Tints of Breaker Bay #57877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.9%

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

R = 25.07%
G = 38.9%
B = 36.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#57877D (or 0x57877D) is known color: Breaker Bay. HEX triplet: 57, 87 and 7D. RGB value is (87,135,125). Sum of RGB (Red+Green+Blue) = 87+135+125=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #57877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57877D is #A87882. Grayscale: #777777. Windows color (decimal): -11040899 or 8226647. OLE color: 8226647.

HSL color Cylindrical-coordinate representation of color #57877D: hue angle of 167.5º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #57877D is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 135 125 -
CMYK 0.36 0 0.07 0.47
HSL 167.5º 0.22% 0.44% -
HSV(B) 167.5º 0.36% 0.53% -
XYZ 16.3 20.83 22.56 -
YUV 119.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 87 135 125 0.36 0 0.07 0.47 167.5 0.22 0.44
Hex 57 87 7D 24 0 7 2F A8 16 2C
Octal 127 207 175 44 0 7 57 250 26 54
Binary 1010111 10000111 1111101 100100 0 111 101111 10101000 10110 101100

Color Harmonies of #57877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57877D

Black with #57877D

Text Example


Text Example

White with #57877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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