#53777A

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

Shades of Breaker Bay #53777A

Tints of Breaker Bay #53777A

Color information

#53777A (or 0x53777A) is unknown color: approx Breaker Bay. HEX triplet: 53, 77 and 7A. RGB value is (83,119,122). Sum of RGB (Red+Green+Blue) = 83+119+122=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #53777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53777A is #AC8885. Grayscale: #6C6C6C. Windows color (decimal): -11307142 or 8025939. OLE color: 8025939.

HSL color Cylindrical-coordinate representation of color #53777A: hue angle of 184.62º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53777A is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB83119122-
CMYK0.320.0200.52
HSL184.62º19.02%40.2%-
HSV(B)184.62º31.97%47.84%-
XYZ13.6816.4420.86-
YUV108.58135.57109.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=25.62%
G=36.73%
B=37.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831191220.320.0200.52184.6219.0240.2
Hex53777A202034b91328
Octal1231671724020642712350
Binary1010011111011111110101000001001101001011100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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