Html Css Color HEX #527273 Breaker Bay

📋 copy color: '#527273'

red 82 ◦ green 114 ◦ blue 115

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

Shades of Breaker Bay #527273

Tints of Breaker Bay #527273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.66%

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

R = 26.37%
G = 36.66%
B = 36.98%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#527273 (or 0x527273) is known color: Breaker Bay. HEX triplet: 52, 72 and 73. RGB value is (82,114,115). Sum of RGB (Red+Green+Blue) = 82+114+115=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #527273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527273 is #AD8D8C. Grayscale: #686868. Windows color (decimal): -11373965 or 7565906. OLE color: 7565906.

HSL color Cylindrical-coordinate representation of color #527273: hue angle of 181.82º 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 #527273 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 115 -
CMYK 0.29 0.01 0 0.55
HSL 181.82º 0.17% 0.39% -
HSV(B) 181.82º 0.29% 0.45% -
XYZ 12.59 15.07 18.46 -
YUV 104.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 82 114 115 0.29 0.01 0 0.55 181.82 0.17 0.39
Hex 52 72 73 1D 1 0 37 B6 11 27
Octal 122 162 163 35 1 0 67 266 21 47
Binary 1010010 1110010 1110011 11101 1 0 110111 10110110 10001 100111

Color Harmonies of #527273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527273

Black with #527273

Text Example


Text Example

White with #527273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527273; }

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

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

background-color css

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

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

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

border-color css

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

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

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