#52777B

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

Shades of Breaker Bay #52777B

Tints of Breaker Bay #52777B

Color information

#52777B (or 0x52777B) is unknown color: approx Breaker Bay. HEX triplet: 52, 77 and 7B. RGB value is (82,119,123). Sum of RGB (Red+Green+Blue) = 82+119+123=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #52777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52777B is #AD8884. Grayscale: #6C6C6C. Windows color (decimal): -11372677 or 8091474. OLE color: 8091474.

HSL color Cylindrical-coordinate representation of color #52777B: hue angle of 185.85º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52777B is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB82119123-
CMYK0.330.0300.52
HSL185.85º20%40.2%-
HSV(B)185.85º33.33%48.24%-
XYZ13.6516.4221.19-
YUV108.39136.24109.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=25.31%
G=36.73%
B=37.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821191230.330.0300.52185.852040.2
Hex52777B213034ba1428
Octal1221671734130642722450
Binary1010010111011111110111000011101101001011101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,119,123); }

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

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

 a { background-color: rgb(82,119,123); }

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

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

 span { border-color: rgb(82,119,123); }

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