Html Css Color HEX #53837F Breaker Bay

📋 copy color: '#53837F'

red 83 ◦ green 131 ◦ blue 127

#53837F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #53837F

Tints of Breaker Bay #53837F

RGB

 RED value IS 83 (32.81% from 255) = 24.34%

 GREEN value IS 131 (51.56% from 255) = 38.42%

 BLUE value IS 127 (50% from 255) = 37.24%

R = 24.34%
G = 38.42%
B = 37.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#53837F (or 0x53837F) is known color: Breaker Bay. HEX triplet: 53, 83 and 7F. RGB value is (83,131,127). Sum of RGB (Red+Green+Blue) = 83+131+127=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #53837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53837F is #AC7C80. Grayscale: #747474. Windows color (decimal): -11304065 or 8356691. OLE color: 8356691.

HSL color Cylindrical-coordinate representation of color #53837F: hue angle of 175º 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 #53837F is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 131 127 -
CMYK 0.37 0 0.03 0.49
HSL 175º 0.22% 0.42% -
HSV(B) 175º 0.37% 0.51% -
XYZ 15.51 19.6 23.04 -
YUV 116.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 83 131 127 0.37 0 0.03 0.49 175 0.22 0.42
Hex 53 83 7F 25 0 3 31 AF 16 2A
Octal 123 203 177 45 0 3 61 257 26 52
Binary 1010011 10000011 1111111 100101 0 11 110001 10101111 10110 101010

Color Harmonies of #53837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53837F

Black with #53837F

Text Example


Text Example

White with #53837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53837F;
 }
 .AnyTagClassName
 {
   color: #53837F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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