Html Css Color HEX #527777 Breaker Bay

📋 copy color: '#527777'

red 82 ◦ green 119 ◦ blue 119

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

Shades of Breaker Bay #527777

Tints of Breaker Bay #527777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.19%

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

R = 25.63%
G = 37.19%
B = 37.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#527777 (or 0x527777) is known color: Breaker Bay. HEX triplet: 52, 77 and 77. RGB value is (82,119,119). Sum of RGB (Red+Green+Blue) = 82+119+119=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #527777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527777 is #AD8888. Grayscale: #6B6B6B. Windows color (decimal): -11372681 or 7829330. OLE color: 7829330.

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

Color convert

RGB 82 119 119 -
CMYK 0.31 0 0 0.53
HSL 180º 0.18% 0.39% -
HSV(B) 180º 0.31% 0.47% -
XYZ 13.41 16.32 19.9 -
YUV 107.94 134.24 109.5 -
System Red Green Blue C M Y K H S L
Decimal 82 119 119 0.31 0 0 0.53 180 0.18 0.39
Hex 52 77 77 1F 0 0 35 B4 12 27
Octal 122 167 167 37 0 0 65 264 22 47
Binary 1010010 1110111 1110111 11111 0 0 110101 10110100 10010 100111

Color Harmonies of #527777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527777

Black with #527777

Text Example


Text Example

White with #527777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527777; }

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

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

background-color css

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

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

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

border-color css

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

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

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