#53837D

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

Shades of Breaker Bay #53837D

Tints of Breaker Bay #53837D

Color information

#53837D (or 0x53837D) is unknown color: approx Breaker Bay. HEX triplet: 53, 83 and 7D. RGB value is (83,131,125). Sum of RGB (Red+Green+Blue) = 83+131+125=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 131 - color contains mainly: green. Hex color #53837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53837D is #AC7C82. Grayscale: #737373. Windows color (decimal): -11304067 or 8225619. OLE color: 8225619.

HSL color Cylindrical-coordinate representation of color #53837D: hue angle of 172.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53837D is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB83131125-
CMYK0.3700.050.49
HSL172.5º22.43%41.96%-
HSV(B)172.5º36.64%51.37%-
XYZ15.3919.5522.37-
YUV115.96133.1104.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.48%
GREEN value IS 131 (51.56% from 255) = 38.64%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=24.48%
G=38.64%
B=36.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831311250.3700.050.49172.522.4341.96
Hex53837D250531ac162a
Octal1232031754505612542652
Binary101001110000011111110110010101011100011010110010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53837D; }

 p { color: rgb(83,131,125); }

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

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

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

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

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

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

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