#567C7F

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

Shades of Breaker Bay #567C7F

Tints of Breaker Bay #567C7F

Color information

#567C7F (or 0x567C7F) is unknown color: approx Breaker Bay. HEX triplet: 56, 7C and 7F. RGB value is (86,124,127). Sum of RGB (Red+Green+Blue) = 86+124+127=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #567C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567C7F is #A98380. Grayscale: #707070. Windows color (decimal): -11109249 or 8354902. OLE color: 8354902.

HSL color Cylindrical-coordinate representation of color #567C7F: hue angle of 184.39º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #567C7F is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB86124127-
CMYK0.320.0200.50
HSL184.39º19.25%41.76%-
HSV(B)184.39º32.28%49.8%-
XYZ14.8817.9322.75-
YUV112.98135.91108.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 127 (50% from 255) = 37.69%
R=25.52%
G=36.80%
B=37.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal861241270.320.0200.50184.3919.2541.76
Hex567C7F202032b8132a
Octal1261741774020622702352
Binary1010110111110011111111000001001100101011100010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567C7F; }

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

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

<style>
 a { background-color: #567C7F; }

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

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

<style>
 span { border-color: #567C7F; }

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

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