Html Css Color HEX #537B7C Breaker Bay

📋 copy color: '#537B7C'

red 83 ◦ green 123 ◦ blue 124

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

Shades of Breaker Bay #537B7C

Tints of Breaker Bay #537B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.27%

 BLUE value IS 124 (48.83% from 255) = 37.58%

R = 25.15%
G = 37.27%
B = 37.58%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#537B7C (or 0x537B7C) is known color: Breaker Bay. HEX triplet: 53, 7B and 7C. RGB value is (83,123,124). Sum of RGB (Red+Green+Blue) = 83+123+124=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #537B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B7C is #AC8483. Grayscale: #6F6F6F. Windows color (decimal): -11306116 or 8158035. OLE color: 8158035.

HSL color Cylindrical-coordinate representation of color #537B7C: hue angle of 181.46º 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 #537B7C is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 123 124 -
CMYK 0.33 0.01 0 0.51
HSL 181.46º 0.2% 0.41% -
HSV(B) 181.46º 0.33% 0.49% -
XYZ 14.29 17.46 21.69 -
YUV 111.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 83 123 124 0.33 0.01 0 0.51 181.46 0.2 0.41
Hex 53 7B 7C 21 1 0 33 B5 14 29
Octal 123 173 174 41 1 0 63 265 24 51
Binary 1010011 1111011 1111100 100001 1 0 110011 10110101 10100 101001

Color Harmonies of #537B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537B7C

Black with #537B7C

Text Example


Text Example

White with #537B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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