Html Css Color HEX #537C7A Breaker Bay

📋 copy color: '#537C7A'

red 83 ◦ green 124 ◦ blue 122

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

Shades of Breaker Bay #537C7A

Tints of Breaker Bay #537C7A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.69%

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

R = 25.23%
G = 37.69%
B = 37.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#537C7A (or 0x537C7A) is known color: Breaker Bay. HEX triplet: 53, 7C and 7A. RGB value is (83,124,122). Sum of RGB (Red+Green+Blue) = 83+124+122=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 124 - color contains mainly: green. Hex color #537C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C7A is #AC8385. Grayscale: #6F6F6F. Windows color (decimal): -11305862 or 8027219. OLE color: 8027219.

HSL color Cylindrical-coordinate representation of color #537C7A: hue angle of 177.07º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537C7A is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 124 122 -
CMYK 0.33 0 0.02 0.51
HSL 177.07º 0.2% 0.41% -
HSV(B) 177.07º 0.33% 0.49% -
XYZ 14.29 17.66 21.07 -
YUV 111.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 83 124 122 0.33 0 0.02 0.51 177.07 0.2 0.41
Hex 53 7C 7A 21 0 2 33 B1 14 29
Octal 123 174 172 41 0 2 63 261 24 51
Binary 1010011 1111100 1111010 100001 0 10 110011 10110001 10100 101001

Color Harmonies of #537C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C7A

Black with #537C7A

Text Example


Text Example

White with #537C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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