Html Css Color HEX #53807A Breaker Bay

📋 copy color: '#53807A'

red 83 ◦ green 128 ◦ blue 122

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

Shades of Breaker Bay #53807A

Tints of Breaker Bay #53807A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.44%

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

R = 24.92%
G = 38.44%
B = 36.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#53807A (or 0x53807A) is known color: Breaker Bay. HEX triplet: 53, 80 and 7A. RGB value is (83,128,122). Sum of RGB (Red+Green+Blue) = 83+128+122=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 128 - color contains mainly: green. Hex color #53807A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53807A is #AC7F85. Grayscale: #717171. Windows color (decimal): -11304838 or 8028243. OLE color: 8028243.

HSL color Cylindrical-coordinate representation of color #53807A: hue angle of 172º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53807A is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 128 122 -
CMYK 0.35 0 0.05 0.50
HSL 172º 0.21% 0.41% -
HSV(B) 172º 0.35% 0.5% -
XYZ 14.8 18.68 21.24 -
YUV 113.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 83 128 122 0.35 0 0.05 0.50 172 0.21 0.41
Hex 53 80 7A 23 0 5 32 AC 15 29
Octal 123 200 172 43 0 5 62 254 25 51
Binary 1010011 10000000 1111010 100011 0 101 110010 10101100 10101 101001

Color Harmonies of #53807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53807A

Black with #53807A

Text Example


Text Example

White with #53807A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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