Html Css Color HEX #527E75 Breaker Bay

📋 copy color: '#527E75'

red 82 ◦ green 126 ◦ blue 117

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

Shades of Breaker Bay #527E75

Tints of Breaker Bay #527E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.77%

 BLUE value IS 117 (46.09% from 255) = 36%

R = 25.23%
G = 38.77%
B = 36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#527E75 (or 0x527E75) is known color: Breaker Bay. HEX triplet: 52, 7E and 75. RGB value is (82,126,117). Sum of RGB (Red+Green+Blue) = 82+126+117=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 126 - color contains mainly: green. Hex color #527E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E75 is #AD818A. Grayscale: #6F6F6F. Windows color (decimal): -11370891 or 7700050. OLE color: 7700050.

HSL color Cylindrical-coordinate representation of color #527E75: hue angle of 167.73º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527E75 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 126 117 -
CMYK 0.35 0 0.07 0.51
HSL 167.73º 0.21% 0.41% -
HSV(B) 167.73º 0.35% 0.49% -
XYZ 14.15 18 19.56 -
YUV 111.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 82 126 117 0.35 0 0.07 0.51 167.73 0.21 0.41
Hex 52 7E 75 23 0 7 33 A8 15 29
Octal 122 176 165 43 0 7 63 250 25 51
Binary 1010010 1111110 1110101 100011 0 111 110011 10101000 10101 101001

Color Harmonies of #527E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E75

Black with #527E75

Text Example


Text Example

White with #527E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,126,117); }

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

background-color css

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

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

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

border-color css

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

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

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