Html Css Color HEX #53767A Breaker Bay

📋 copy color: '#53767A'

red 83 ◦ green 118 ◦ blue 122

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

Shades of Breaker Bay #53767A

Tints of Breaker Bay #53767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

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

R = 25.7%
G = 36.53%
B = 37.77%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53767A (or 0x53767A) is known color: Breaker Bay. HEX triplet: 53, 76 and 7A. RGB value is (83,118,122). Sum of RGB (Red+Green+Blue) = 83+118+122=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #53767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53767A is #AC8985. Grayscale: #6B6B6B. Windows color (decimal): -11307398 or 8025683. OLE color: 8025683.

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

Color convert

RGB 83 118 122 -
CMYK 0.32 0.03 0 0.52
HSL 186.15º 0.19% 0.4% -
HSV(B) 186.15º 0.32% 0.48% -
XYZ 13.56 16.2 20.82 -
YUV 107.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 83 118 122 0.32 0.03 0 0.52 186.15 0.19 0.4
Hex 53 76 7A 20 3 0 34 BA 13 28
Octal 123 166 172 40 3 0 64 272 23 50
Binary 1010011 1110110 1111010 100000 11 0 110100 10111010 10011 101000

Color Harmonies of #53767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53767A

Black with #53767A

Text Example


Text Example

White with #53767A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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