Html Css Color HEX #527675 Breaker Bay

📋 copy color: '#527675'

red 82 ◦ green 118 ◦ blue 117

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

Shades of Breaker Bay #527675

Tints of Breaker Bay #527675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.22%

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

R = 25.87%
G = 37.22%
B = 36.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#527675 (or 0x527675) is known color: Breaker Bay. HEX triplet: 52, 76 and 75. RGB value is (82,118,117). Sum of RGB (Red+Green+Blue) = 82+118+117=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #527675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527675 is #AD898A. Grayscale: #6B6B6B. Windows color (decimal): -11372939 or 7698002. OLE color: 7698002.

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

Color convert

RGB 82 118 117 -
CMYK 0.31 0 0.01 0.54
HSL 178.33º 0.18% 0.39% -
HSV(B) 178.33º 0.31% 0.46% -
XYZ 13.17 16.04 19.23 -
YUV 107.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 82 118 117 0.31 0 0.01 0.54 178.33 0.18 0.39
Hex 52 76 75 1F 0 1 36 B2 12 27
Octal 122 166 165 37 0 1 66 262 22 47
Binary 1010010 1110110 1110101 11111 0 1 110110 10110010 10010 100111

Color Harmonies of #527675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527675

Black with #527675

Text Example


Text Example

White with #527675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527675; }

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

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

background-color css

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

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

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

border-color css

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

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

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