#537777

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

Shades of Breaker Bay #537777

Tints of Breaker Bay #537777

Color information

#537777 (or 0x537777) is unknown color: approx Breaker Bay. HEX triplet: 53, 77 and 77. RGB value is (83,119,119). Sum of RGB (Red+Green+Blue) = 83+119+119=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #537777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537777 is #AC8888. Grayscale: #6C6C6C. Windows color (decimal): -11307145 or 7829331. OLE color: 7829331.

HSL color Cylindrical-coordinate representation of color #537777: hue angle of 180º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #537777 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83119119-
CMYK0.30000.53
HSL180º17.82%39.61%-
HSV(B)180º30.25%46.67%-
XYZ13.4916.3619.9-
YUV108.24134.07110-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 119 (46.88% from 255) = 37.07%
R=25.86%
G=37.07%
B=37.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831191190.30000.5318017.8239.61
Hex5377771E0035b41228
Octal1231671673600652642250
Binary10100111110111111011111110001101011011010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537777; }

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

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

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

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

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

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

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

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