Html Css Color HEX #56837B Breaker Bay

📋 copy color: '#56837B'

red 86 ◦ green 131 ◦ blue 123

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

Shades of Breaker Bay #56837B

Tints of Breaker Bay #56837B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 25.29%
G = 38.53%
B = 36.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#56837B (or 0x56837B) is known color: Breaker Bay. HEX triplet: 56, 83 and 7B. RGB value is (86,131,123). Sum of RGB (Red+Green+Blue) = 86+131+123=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #56837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56837B is #A97C84. Grayscale: #747474. Windows color (decimal): -11107461 or 8094550. OLE color: 8094550.

HSL color Cylindrical-coordinate representation of color #56837B: hue angle of 169.33º 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 #56837B is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 131 123 -
CMYK 0.34 0 0.06 0.49
HSL 169.33º 0.21% 0.43% -
HSV(B) 169.33º 0.34% 0.51% -
XYZ 15.53 19.64 21.71 -
YUV 116.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 86 131 123 0.34 0 0.06 0.49 169.33 0.21 0.43
Hex 56 83 7B 22 0 6 31 A9 15 2B
Octal 126 203 173 42 0 6 61 251 25 53
Binary 1010110 10000011 1111011 100010 0 110 110001 10101001 10101 101011

Color Harmonies of #56837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56837B

Black with #56837B

Text Example


Text Example

White with #56837B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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