#56827D

Color #56827D Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #56827D

Tints of Breaker Bay #56827D

Color information

#56827D (or 0x56827D) is unknown color: approx Breaker Bay. HEX triplet: 56, 82 and 7D. RGB value is (86,130,125). Sum of RGB (Red+Green+Blue) = 86+130+125=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #56827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56827D is #A97D82. Grayscale: #747474. Windows color (decimal): -11107715 or 8225366. OLE color: 8225366.

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

Color convert

RGB86130125-
CMYK0.3400.040.49
HSL173.18º20.37%42.35%-
HSV(B)173.18º33.85%50.98%-
XYZ15.5219.4222.33-
YUV116.27132.92106.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=25.22%
G=38.12%
B=36.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861301250.3400.040.49173.1820.3742.35
Hex56827D220431ad142a
Octal1262021754204612552452
Binary101011010000010111110110001001001100011010110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #56827D;
 }
 .AnyTagClassName
 {
   color: #56827D;
 }
</style>
background-color css

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

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

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

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

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

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