Html Css Color HEX #527974 Breaker Bay

📋 copy color: '#527974'

red 82 ◦ green 121 ◦ blue 116

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

Shades of Breaker Bay #527974

Tints of Breaker Bay #527974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.93%

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

R = 25.71%
G = 37.93%
B = 36.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#527974 (or 0x527974) is known color: Breaker Bay. HEX triplet: 52, 79 and 74. RGB value is (82,121,116). Sum of RGB (Red+Green+Blue) = 82+121+116=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #527974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527974 is #AD868B. Grayscale: #6C6C6C. Windows color (decimal): -11372172 or 7633234. OLE color: 7633234.

HSL color Cylindrical-coordinate representation of color #527974: hue angle of 172.31º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527974 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 116 -
CMYK 0.32 0 0.04 0.53
HSL 172.31º 0.19% 0.4% -
HSV(B) 172.31º 0.32% 0.47% -
XYZ 13.47 16.73 19.04 -
YUV 108.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 82 121 116 0.32 0 0.04 0.53 172.31 0.19 0.4
Hex 52 79 74 20 0 4 35 AC 13 28
Octal 122 171 164 40 0 4 65 254 23 50
Binary 1010010 1111001 1110100 100000 0 100 110101 10101100 10011 101000

Color Harmonies of #527974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527974

Black with #527974

Text Example


Text Example

White with #527974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527974; }

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

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

background-color css

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

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

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

border-color css

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

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

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