Html Css Color HEX #527978 Breaker Bay

📋 copy color: '#527978'

red 82 ◦ green 121 ◦ blue 120

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

Shades of Breaker Bay #527978

Tints of Breaker Bay #527978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.15%

R = 25.39%
G = 37.46%
B = 37.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#527978 (or 0x527978) is known color: Breaker Bay. HEX triplet: 52, 79 and 78. RGB value is (82,121,120). Sum of RGB (Red+Green+Blue) = 82+121+120=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 121 - color contains mainly: green. Hex color #527978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527978 is #AD8687. Grayscale: #6D6D6D. Windows color (decimal): -11372168 or 7895378. OLE color: 7895378.

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

Color convert

RGB 82 121 120 -
CMYK 0.32 0 0.01 0.53
HSL 178.46º 0.19% 0.4% -
HSV(B) 178.46º 0.32% 0.47% -
XYZ 13.71 16.82 20.29 -
YUV 109.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 82 121 120 0.32 0 0.01 0.53 178.46 0.19 0.4
Hex 52 79 78 20 0 1 35 B2 13 28
Octal 122 171 170 40 0 1 65 262 23 50
Binary 1010010 1111001 1111000 100000 0 1 110101 10110010 10011 101000

Color Harmonies of #527978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527978

Black with #527978

Text Example


Text Example

White with #527978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527978; }

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

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

background-color css

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

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

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

border-color css

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

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

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