Html Css Color HEX #537F7A Breaker Bay

📋 copy color: '#537F7A'

red 83 ◦ green 127 ◦ blue 122

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

Shades of Breaker Bay #537F7A

Tints of Breaker Bay #537F7A

RGB

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

 GREEN value IS 127 (50% from 255) = 38.25%

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

R = 25%
G = 38.25%
B = 36.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#537F7A (or 0x537F7A) is known color: Breaker Bay. HEX triplet: 53, 7F and 7A. RGB value is (83,127,122). Sum of RGB (Red+Green+Blue) = 83+127+122=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 127 - color contains mainly: green. Hex color #537F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F7A is #AC8085. Grayscale: #717171. Windows color (decimal): -11305094 or 8027987. OLE color: 8027987.

HSL color Cylindrical-coordinate representation of color #537F7A: hue angle of 173.18º 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 #537F7A is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 127 122 -
CMYK 0.35 0 0.04 0.50
HSL 173.18º 0.21% 0.41% -
HSV(B) 173.18º 0.35% 0.5% -
XYZ 14.67 18.42 21.2 -
YUV 113.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 83 127 122 0.35 0 0.04 0.50 173.18 0.21 0.41
Hex 53 7F 7A 23 0 4 32 AD 15 29
Octal 123 177 172 43 0 4 62 255 25 51
Binary 1010011 1111111 1111010 100011 0 100 110010 10101101 10101 101001

Color Harmonies of #537F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F7A

Black with #537F7A

Text Example


Text Example

White with #537F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537F7A; }

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

 H1.HeaderClassName
 {
   color: #537F7A;
 }
 .AnyTagClassName
 {
   color: #537F7A;
 }
</style>

background-color css

<style>
 a { background-color: #537F7A; }

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

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

border-color css

<style>
 span { border-color: #537F7A; }

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

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