Html Css Color HEX #537C7D Breaker Bay

📋 copy color: '#537C7D'

red 83 ◦ green 124 ◦ blue 125

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

Shades of Breaker Bay #537C7D

Tints of Breaker Bay #537C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 25%
G = 37.35%
B = 37.65%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#537C7D (or 0x537C7D) is known color: Breaker Bay. HEX triplet: 53, 7C and 7D. RGB value is (83,124,125). Sum of RGB (Red+Green+Blue) = 83+124+125=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #537C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C7D is #AC8382. Grayscale: #6F6F6F. Windows color (decimal): -11305859 or 8223827. OLE color: 8223827.

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

Color convert

RGB 83 124 125 -
CMYK 0.34 0.01 0 0.51
HSL 181.43º 0.2% 0.41% -
HSV(B) 181.43º 0.34% 0.49% -
XYZ 14.48 17.73 22.06 -
YUV 111.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 83 124 125 0.34 0.01 0 0.51 181.43 0.2 0.41
Hex 53 7C 7D 22 1 0 33 B5 14 29
Octal 123 174 175 42 1 0 63 265 24 51
Binary 1010011 1111100 1111101 100010 1 0 110011 10110101 10100 101001

Color Harmonies of #537C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C7D

Black with #537C7D

Text Example


Text Example

White with #537C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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