#567C7D

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

Shades of Breaker Bay #567C7D

Tints of Breaker Bay #567C7D

Color information

#567C7D (or 0x567C7D) is unknown color: approx Breaker Bay. HEX triplet: 56, 7C and 7D. RGB value is (86,124,125). Sum of RGB (Red+Green+Blue) = 86+124+125=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #567C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567C7D is #A98382. Grayscale: #707070. Windows color (decimal): -11109251 or 8223830. OLE color: 8223830.

HSL color Cylindrical-coordinate representation of color #567C7D: hue angle of 181.54º 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 #567C7D is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB86124125-
CMYK0.310.0100.51
HSL181.54º18.48%41.37%-
HSV(B)181.54º31.2%49.02%-
XYZ14.7517.8722.07-
YUV112.75134.91108.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.67%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 125 (49.22% from 255) = 37.31%
R=25.67%
G=37.01%
B=37.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861241250.310.0100.51181.5418.4841.37
Hex567C7D1F1033b61229
Octal1261741753710632662251
Binary10101101111100111110111111101100111011011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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