Html Css Color HEX #527A79 Breaker Bay

📋 copy color: '#527A79'

red 82 ◦ green 122 ◦ blue 121

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

Shades of Breaker Bay #527A79

Tints of Breaker Bay #527A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.54%

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 25.23%
G = 37.54%
B = 37.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#527A79 (or 0x527A79) is known color: Breaker Bay. HEX triplet: 52, 7A and 79. RGB value is (82,122,121). Sum of RGB (Red+Green+Blue) = 82+122+121=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #527A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A79 is #AD8586. Grayscale: #6D6D6D. Windows color (decimal): -11371911 or 7961170. OLE color: 7961170.

HSL color Cylindrical-coordinate representation of color #527A79: hue angle of 178.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A79 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 121 -
CMYK 0.33 0 0.01 0.52
HSL 178.5º 0.2% 0.4% -
HSV(B) 178.5º 0.33% 0.48% -
XYZ 13.89 17.09 20.66 -
YUV 109.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 82 122 121 0.33 0 0.01 0.52 178.5 0.2 0.4
Hex 52 7A 79 21 0 1 34 B2 14 28
Octal 122 172 171 41 0 1 64 262 24 50
Binary 1010010 1111010 1111001 100001 0 1 110100 10110010 10100 101000

Color Harmonies of #527A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A79

Black with #527A79

Text Example


Text Example

White with #527A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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