#53777B

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

Shades of Breaker Bay #53777B

Tints of Breaker Bay #53777B

Color information

#53777B (or 0x53777B) is unknown color: approx Breaker Bay. HEX triplet: 53, 77 and 7B. RGB value is (83,119,123). Sum of RGB (Red+Green+Blue) = 83+119+123=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #53777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53777B is #AC8884. Grayscale: #6C6C6C. Windows color (decimal): -11307141 or 8091475. OLE color: 8091475.

HSL color Cylindrical-coordinate representation of color #53777B: hue angle of 186º degrees, saturation: 0.19, 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 #53777B is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB83119123-
CMYK0.330.0300.52
HSL186º19.42%40.39%-
HSV(B)186º32.52%48.24%-
XYZ13.7416.4621.19-
YUV108.69136.07109.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=25.54%
G=36.62%
B=37.85%

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
Decimal831191230.330.0300.5218619.4240.39
Hex53777B213034ba1328
Octal1231671734130642722350
Binary1010011111011111110111000011101101001011101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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