Html Css Color HEX #537375 Breaker Bay

📋 copy color: '#537375'

red 83 ◦ green 115 ◦ blue 117

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

Shades of Breaker Bay #537375

Tints of Breaker Bay #537375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

 BLUE value IS 117 (46.09% from 255) = 37.14%

R = 26.35%
G = 36.51%
B = 37.14%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#537375 (or 0x537375) is known color: Breaker Bay. HEX triplet: 53, 73 and 75. RGB value is (83,115,117). Sum of RGB (Red+Green+Blue) = 83+115+117=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #537375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537375 is #AC8C8A. Grayscale: #696969. Windows color (decimal): -11308171 or 7697235. OLE color: 7697235.

HSL color Cylindrical-coordinate representation of color #537375: hue angle of 183.53º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #537375 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 115 117 -
CMYK 0.29 0.02 0 0.54
HSL 183.53º 0.17% 0.39% -
HSV(B) 183.53º 0.29% 0.46% -
XYZ 12.91 15.38 19.12 -
YUV 105.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 83 115 117 0.29 0.02 0 0.54 183.53 0.17 0.39
Hex 53 73 75 1D 2 0 36 B8 11 27
Octal 123 163 165 35 2 0 66 270 21 47
Binary 1010011 1110011 1110101 11101 10 0 110110 10111000 10001 100111

Color Harmonies of #537375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537375

Black with #537375

Text Example


Text Example

White with #537375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537375; }

 p { color: rgb(83,115,117); }

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

background-color css

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

 a { background-color: rgb(83,115,117); }

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

border-color css

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

 span { border-color: rgb(83,115,117); }

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