#567A7C

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

Shades of Breaker Bay #567A7C

Tints of Breaker Bay #567A7C

Color information

#567A7C (or 0x567A7C) is unknown color: approx Breaker Bay. HEX triplet: 56, 7A and 7C. RGB value is (86,122,124). Sum of RGB (Red+Green+Blue) = 86+122+124=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #567A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A7C is #A98583. Grayscale: #6F6F6F. Windows color (decimal): -11109764 or 8157782. OLE color: 8157782.

HSL color Cylindrical-coordinate representation of color #567A7C: hue angle of 183.16º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567A7C is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB86122124-
CMYK0.310.0200.51
HSL183.16º18.1%41.18%-
HSV(B)183.16º30.65%48.63%-
XYZ14.4417.3521.66-
YUV111.46135.07109.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=25.90%
G=36.75%
B=37.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861221240.310.0200.51183.1618.141.18
Hex567A7C1F2033b71229
Octal1261721743720632672251
Binary101011011110101111100111111001100111011011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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