Html Css Color HEX #527173 Breaker Bay

📋 copy color: '#527173'

red 82 ◦ green 113 ◦ blue 115

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

Shades of Breaker Bay #527173

Tints of Breaker Bay #527173

RGB

 RED value IS 82 (32.42% from 255) = 26.45%

 GREEN value IS 113 (44.53% from 255) = 36.45%

 BLUE value IS 115 (45.31% from 255) = 37.1%

R = 26.45%
G = 36.45%
B = 37.1%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#527173 (or 0x527173) is known color: Breaker Bay. HEX triplet: 52, 71 and 73. RGB value is (82,113,115). Sum of RGB (Red+Green+Blue) = 82+113+115=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 115 - color contains mainly: blue. Hex color #527173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527173 is #AD8E8C. Grayscale: #676767. Windows color (decimal): -11374221 or 7565650. OLE color: 7565650.

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

Color convert

RGB 82 113 115 -
CMYK 0.29 0.02 0 0.55
HSL 183.64º 0.17% 0.39% -
HSV(B) 183.64º 0.29% 0.45% -
XYZ 12.48 14.84 18.43 -
YUV 103.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 82 113 115 0.29 0.02 0 0.55 183.64 0.17 0.39
Hex 52 71 73 1D 2 0 37 B8 11 27
Octal 122 161 163 35 2 0 67 270 21 47
Binary 1010010 1110001 1110011 11101 10 0 110111 10111000 10001 100111

Color Harmonies of #527173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527173

Black with #527173

Text Example


Text Example

White with #527173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527173; }

 p { color: rgb(82,113,115); }

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

background-color css

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

 a { background-color: rgb(82,113,115); }

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

border-color css

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

 span { border-color: rgb(82,113,115); }

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