#56817D

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

Shades of Breaker Bay #56817D

Tints of Breaker Bay #56817D

Color information

#56817D (or 0x56817D) is unknown color: approx Breaker Bay. HEX triplet: 56, 81 and 7D. RGB value is (86,129,125). Sum of RGB (Red+Green+Blue) = 86+129+125=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 129 - color contains mainly: green. Hex color #56817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56817D is #A97E82. Grayscale: #737373. Windows color (decimal): -11107971 or 8225110. OLE color: 8225110.

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

Color convert

RGB86129125-
CMYK0.3300.030.49
HSL174.42º20%42.16%-
HSV(B)174.42º33.33%50.59%-
XYZ15.3919.1622.29-
YUV115.69133.25106.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 129 (50.78% from 255) = 37.94%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=25.29%
G=37.94%
B=36.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861291250.3300.030.49174.422042.16
Hex56817D210331ae142a
Octal1262011754103612562452
Binary10101101000000111111011000010111100011010111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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