#56827B

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

Shades of Breaker Bay #56827B

Tints of Breaker Bay #56827B

Color information

#56827B (or 0x56827B) is unknown color: approx Breaker Bay. HEX triplet: 56, 82 and 7B. RGB value is (86,130,123). Sum of RGB (Red+Green+Blue) = 86+130+123=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #56827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56827B is #A97D84. Grayscale: #747474. Windows color (decimal): -11107717 or 8094294. OLE color: 8094294.

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

Color convert

RGB86130123-
CMYK0.3400.050.49
HSL170.45º20.37%42.35%-
HSV(B)170.45º33.85%50.98%-
XYZ15.419.3721.67-
YUV116.05131.92106.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=25.37%
G=38.35%
B=36.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861301230.3400.050.49170.4520.3742.35
Hex56827B220531aa142a
Octal1262021734205612522452
Binary101011010000010111101110001001011100011010101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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