#52777A

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

Shades of Breaker Bay #52777A

Tints of Breaker Bay #52777A

Color information

#52777A (or 0x52777A) is unknown color: approx Breaker Bay. HEX triplet: 52, 77 and 7A. RGB value is (82,119,122). Sum of RGB (Red+Green+Blue) = 82+119+122=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #52777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52777A is #AD8885. Grayscale: #6C6C6C. Windows color (decimal): -11372678 or 8025938. OLE color: 8025938.

HSL color Cylindrical-coordinate representation of color #52777A: hue angle of 184.5º 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 #52777A is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB82119122-
CMYK0.330.0200.52
HSL184.5º19.61%40%-
HSV(B)184.5º32.79%47.84%-
XYZ13.5916.3920.86-
YUV108.28135.74109.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=25.39%
G=36.84%
B=37.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821191220.330.0200.52184.519.6140
Hex52777A212034b81428
Octal1221671724120642702450
Binary1010010111011111110101000011001101001011100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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