Html Css Color HEX #527477 Breaker Bay

📋 copy color: '#527477'

red 82 ◦ green 116 ◦ blue 119

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

Shades of Breaker Bay #527477

Tints of Breaker Bay #527477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.59%

 BLUE value IS 119 (46.88% from 255) = 37.54%

R = 25.87%
G = 36.59%
B = 37.54%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#527477 (or 0x527477) is known color: Breaker Bay. HEX triplet: 52, 74 and 77. RGB value is (82,116,119). Sum of RGB (Red+Green+Blue) = 82+116+119=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #527477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527477 is #AD8B88. Grayscale: #6A6A6A. Windows color (decimal): -11373449 or 7828562. OLE color: 7828562.

HSL color Cylindrical-coordinate representation of color #527477: hue angle of 184.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #527477 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 116 119 -
CMYK 0.31 0.03 0 0.53
HSL 184.86º 0.18% 0.39% -
HSV(B) 184.86º 0.31% 0.47% -
XYZ 13.05 15.62 19.78 -
YUV 106.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 82 116 119 0.31 0.03 0 0.53 184.86 0.18 0.39
Hex 52 74 77 1F 3 0 35 B9 12 27
Octal 122 164 167 37 3 0 65 271 22 47
Binary 1010010 1110100 1110111 11111 11 0 110101 10111001 10010 100111

Color Harmonies of #527477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527477

Black with #527477

Text Example


Text Example

White with #527477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527477; }

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

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

background-color css

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

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

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

border-color css

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

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

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