Html Css Color HEX #537C7B Breaker Bay

📋 copy color: '#537C7B'

red 83 ◦ green 124 ◦ blue 123

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

Shades of Breaker Bay #537C7B

Tints of Breaker Bay #537C7B

RGB

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

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

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

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

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

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

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

Color convert

RGB 83 124 123 -
CMYK 0.33 0 0.01 0.51
HSL 178.54º 0.2% 0.41% -
HSV(B) 178.54º 0.33% 0.49% -
XYZ 14.35 17.68 21.4 -
YUV 111.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 83 124 123 0.33 0 0.01 0.51 178.54 0.2 0.41
Hex 53 7C 7B 21 0 1 33 B3 14 29
Octal 123 174 173 41 0 1 63 263 24 51
Binary 1010011 1111100 1111011 100001 0 1 110011 10110011 10100 101001

Color Harmonies of #537C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C7B

Black with #537C7B

Text Example


Text Example

White with #537C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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