Html Css Color HEX #53757A Breaker Bay

📋 copy color: '#53757A'

red 83 ◦ green 117 ◦ blue 122

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

Shades of Breaker Bay #53757A

Tints of Breaker Bay #53757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

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

R = 25.78%
G = 36.34%
B = 37.89%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53757A (or 0x53757A) is known color: Breaker Bay. HEX triplet: 53, 75 and 7A. RGB value is (83,117,122). Sum of RGB (Red+Green+Blue) = 83+117+122=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 122 - color contains mainly: blue. Hex color #53757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53757A is #AC8A85. Grayscale: #6B6B6B. Windows color (decimal): -11307654 or 8025427. OLE color: 8025427.

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

Color convert

RGB 83 117 122 -
CMYK 0.32 0.04 0 0.52
HSL 187.69º 0.19% 0.4% -
HSV(B) 187.69º 0.32% 0.48% -
XYZ 13.44 15.97 20.79 -
YUV 107.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 83 117 122 0.32 0.04 0 0.52 187.69 0.19 0.4
Hex 53 75 7A 20 4 0 34 BC 13 28
Octal 123 165 172 40 4 0 64 274 23 50
Binary 1010011 1110101 1111010 100000 100 0 110100 10111100 10011 101000

Color Harmonies of #53757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53757A

Black with #53757A

Text Example


Text Example

White with #53757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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