Html Css Color HEX #53797A Breaker Bay

📋 copy color: '#53797A'

red 83 ◦ green 121 ◦ blue 122

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

Shades of Breaker Bay #53797A

Tints of Breaker Bay #53797A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.12%

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 25.46%
G = 37.12%
B = 37.42%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53797A (or 0x53797A) is known color: Breaker Bay. HEX triplet: 53, 79 and 7A. RGB value is (83,121,122). Sum of RGB (Red+Green+Blue) = 83+121+122=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #53797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53797A is #AC8685. Grayscale: #6D6D6D. Windows color (decimal): -11306630 or 8026451. OLE color: 8026451.

HSL color Cylindrical-coordinate representation of color #53797A: hue angle of 181.54º 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 #53797A is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 121 122 -
CMYK 0.32 0.01 0 0.52
HSL 181.54º 0.19% 0.4% -
HSV(B) 181.54º 0.32% 0.48% -
XYZ 13.92 16.92 20.94 -
YUV 109.75 134.91 108.92 -
System Red Green Blue C M Y K H S L
Decimal 83 121 122 0.32 0.01 0 0.52 181.54 0.19 0.4
Hex 53 79 7A 20 1 0 34 B6 13 28
Octal 123 171 172 40 1 0 64 266 23 50
Binary 1010011 1111001 1111010 100000 1 0 110100 10110110 10011 101000

Color Harmonies of #53797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53797A

Black with #53797A

Text Example


Text Example

White with #53797A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53797A;
 }
 .AnyTagClassName
 {
   color: #53797A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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