Html Css Color HEX #527B74 Breaker Bay

📋 copy color: '#527B74'

red 82 ◦ green 123 ◦ blue 116

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

Shades of Breaker Bay #527B74

Tints of Breaker Bay #527B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.32%

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

R = 25.55%
G = 38.32%
B = 36.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#527B74 (or 0x527B74) is known color: Breaker Bay. HEX triplet: 52, 7B and 74. RGB value is (82,123,116). Sum of RGB (Red+Green+Blue) = 82+123+116=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 123 - color contains mainly: green. Hex color #527B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B74 is #AD848B. Grayscale: #6D6D6D. Windows color (decimal): -11371660 or 7633746. OLE color: 7633746.

HSL color Cylindrical-coordinate representation of color #527B74: hue angle of 169.76º 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 #527B74 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 123 116 -
CMYK 0.33 0 0.06 0.52
HSL 169.76º 0.2% 0.4% -
HSV(B) 169.76º 0.33% 0.48% -
XYZ 13.72 17.22 19.12 -
YUV 109.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 82 123 116 0.33 0 0.06 0.52 169.76 0.2 0.4
Hex 52 7B 74 21 0 6 34 AA 14 28
Octal 122 173 164 41 0 6 64 252 24 50
Binary 1010010 1111011 1110100 100001 0 110 110100 10101010 10100 101000

Color Harmonies of #527B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B74

Black with #527B74

Text Example


Text Example

White with #527B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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