Html Css Color HEX #53797B Breaker Bay

📋 copy color: '#53797B'

red 83 ◦ green 121 ◦ blue 123

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

Shades of Breaker Bay #53797B

Tints of Breaker Bay #53797B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.61%

R = 25.38%
G = 37%
B = 37.61%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53797B (or 0x53797B) is known color: Breaker Bay. HEX triplet: 53, 79 and 7B. RGB value is (83,121,123). Sum of RGB (Red+Green+Blue) = 83+121+123=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #53797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53797B is #AC8684. Grayscale: #6D6D6D. Windows color (decimal): -11306629 or 8091987. OLE color: 8091987.

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

Color convert

RGB 83 121 123 -
CMYK 0.33 0.02 0 0.52
HSL 183º 0.19% 0.4% -
HSV(B) 183º 0.33% 0.48% -
XYZ 13.98 16.94 21.27 -
YUV 109.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 83 121 123 0.33 0.02 0 0.52 183 0.19 0.4
Hex 53 79 7B 21 2 0 34 B7 13 28
Octal 123 171 173 41 2 0 64 267 23 50
Binary 1010011 1111001 1111011 100001 10 0 110100 10110111 10011 101000

Color Harmonies of #53797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53797B

Black with #53797B

Text Example


Text Example

White with #53797B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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