Html Css Color HEX #56877E Breaker Bay

📋 copy color: '#56877E'

red 86 ◦ green 135 ◦ blue 126

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

Shades of Breaker Bay #56877E

Tints of Breaker Bay #56877E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.31%

R = 24.78%
G = 38.9%
B = 36.31%

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

#56877E (or 0x56877E) is known color: Breaker Bay. HEX triplet: 56, 87 and 7E. RGB value is (86,135,126). Sum of RGB (Red+Green+Blue) = 86+135+126=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #56877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56877E is #A97881. Grayscale: #777777. Windows color (decimal): -11106434 or 8292182. OLE color: 8292182.

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

Color convert

RGB 86 135 126 -
CMYK 0.36 0 0.07 0.47
HSL 168.98º 0.22% 0.43% -
HSV(B) 168.98º 0.36% 0.53% -
XYZ 16.27 20.81 22.9 -
YUV 119.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 86 135 126 0.36 0 0.07 0.47 168.98 0.22 0.43
Hex 56 87 7E 24 0 7 2F A9 16 2B
Octal 126 207 176 44 0 7 57 251 26 53
Binary 1010110 10000111 1111110 100100 0 111 101111 10101001 10110 101011

Color Harmonies of #56877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56877E

Black with #56877E

Text Example


Text Example

White with #56877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56877E; }

 p { color: rgb(86,135,126); }

 H1.HeaderClassName
 {
   color: #56877E;
 }
 .AnyTagClassName
 {
   color: #56877E;
 }
</style>

background-color css

<style>
 a { background-color: #56877E; }

 a { background-color: rgb(86,135,126); }

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

border-color css

<style>
 span { border-color: #56877E; }

 span { border-color: rgb(86,135,126); }

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