Html Css Color HEX #56827F Breaker Bay

📋 copy color: '#56827F'

red 86 ◦ green 130 ◦ blue 127

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

Shades of Breaker Bay #56827F

Tints of Breaker Bay #56827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.9%

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

R = 25.07%
G = 37.9%
B = 37.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#56827F (or 0x56827F) is known color: Breaker Bay. HEX triplet: 56, 82 and 7F. RGB value is (86,130,127). Sum of RGB (Red+Green+Blue) = 86+130+127=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #56827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56827F is #A97D80. Grayscale: #747474. Windows color (decimal): -11107713 or 8356438. OLE color: 8356438.

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

Color convert

RGB 86 130 127 -
CMYK 0.34 0 0.02 0.49
HSL 175.91º 0.2% 0.42% -
HSV(B) 175.91º 0.34% 0.51% -
XYZ 15.65 19.48 23.01 -
YUV 116.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 86 130 127 0.34 0 0.02 0.49 175.91 0.2 0.42
Hex 56 82 7F 22 0 2 31 B0 14 2A
Octal 126 202 177 42 0 2 61 260 24 52
Binary 1010110 10000010 1111111 100010 0 10 110001 10110000 10100 101010

Color Harmonies of #56827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56827F

Black with #56827F

Text Example


Text Example

White with #56827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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