Html Css Color HEX #56837F Breaker Bay

📋 copy color: '#56837F'

red 86 ◦ green 131 ◦ blue 127

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

Shades of Breaker Bay #56837F

Tints of Breaker Bay #56837F

RGB

 RED value IS 86 (33.98% from 255) = 25%

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

 BLUE value IS 127 (50% from 255) = 36.92%

R = 25%
G = 38.08%
B = 36.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#56837F (or 0x56837F) is known color: Breaker Bay. HEX triplet: 56, 83 and 7F. RGB value is (86,131,127). Sum of RGB (Red+Green+Blue) = 86+131+127=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #56837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56837F is #A97C80. Grayscale: #757575. Windows color (decimal): -11107457 or 8356694. OLE color: 8356694.

HSL color Cylindrical-coordinate representation of color #56837F: hue angle of 174.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56837F is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 131 127 -
CMYK 0.34 0 0.03 0.49
HSL 174.67º 0.21% 0.43% -
HSV(B) 174.67º 0.34% 0.51% -
XYZ 15.78 19.74 23.06 -
YUV 117.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 86 131 127 0.34 0 0.03 0.49 174.67 0.21 0.43
Hex 56 83 7F 22 0 3 31 AF 15 2B
Octal 126 203 177 42 0 3 61 257 25 53
Binary 1010110 10000011 1111111 100010 0 11 110001 10101111 10101 101011

Color Harmonies of #56837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56837F

Black with #56837F

Text Example


Text Example

White with #56837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56837F; }

 p { color: rgb(86,131,127); }

 H1.HeaderClassName
 {
   color: #56837F;
 }
 .AnyTagClassName
 {
   color: #56837F;
 }
</style>

background-color css

<style>
 a { background-color: #56837F; }

 a { background-color: rgb(86,131,127); }

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

border-color css

<style>
 span { border-color: #56837F; }

 span { border-color: rgb(86,131,127); }

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