Html Css Color HEX #527274 Breaker Bay

📋 copy color: '#527274'

red 82 ◦ green 114 ◦ blue 116

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

Shades of Breaker Bay #527274

Tints of Breaker Bay #527274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 26.28%
G = 36.54%
B = 37.18%

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

#527274 (or 0x527274) is known color: Breaker Bay. HEX triplet: 52, 72 and 74. RGB value is (82,114,116). Sum of RGB (Red+Green+Blue) = 82+114+116=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 116 - color contains mainly: blue. Hex color #527274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527274 is #AD8D8B. Grayscale: #686868. Windows color (decimal): -11373964 or 7631442. OLE color: 7631442.

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

Color convert

RGB 82 114 116 -
CMYK 0.29 0.02 0 0.55
HSL 183.53º 0.17% 0.39% -
HSV(B) 183.53º 0.29% 0.45% -
XYZ 12.65 15.09 18.77 -
YUV 104.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 82 114 116 0.29 0.02 0 0.55 183.53 0.17 0.39
Hex 52 72 74 1D 2 0 37 B8 11 27
Octal 122 162 164 35 2 0 67 270 21 47
Binary 1010010 1110010 1110100 11101 10 0 110111 10111000 10001 100111

Color Harmonies of #527274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527274

Black with #527274

Text Example


Text Example

White with #527274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527274; }

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

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

background-color css

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

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

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

border-color css

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

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

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