Html Css Color HEX #527775 Breaker Bay

📋 copy color: '#527775'

red 82 ◦ green 119 ◦ blue 117

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

Shades of Breaker Bay #527775

Tints of Breaker Bay #527775

RGB

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

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

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

R = 25.79%
G = 37.42%
B = 36.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#527775 (or 0x527775) is known color: Breaker Bay. HEX triplet: 52, 77 and 75. RGB value is (82,119,117). Sum of RGB (Red+Green+Blue) = 82+119+117=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #527775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527775 is #AD888A. Grayscale: #6B6B6B. Windows color (decimal): -11372683 or 7698258. OLE color: 7698258.

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

Color convert

RGB 82 119 117 -
CMYK 0.31 0 0.02 0.53
HSL 176.76º 0.18% 0.39% -
HSV(B) 176.76º 0.31% 0.47% -
XYZ 13.29 16.27 19.27 -
YUV 107.71 133.24 109.66 -
System Red Green Blue C M Y K H S L
Decimal 82 119 117 0.31 0 0.02 0.53 176.76 0.18 0.39
Hex 52 77 75 1F 0 2 35 B1 12 27
Octal 122 167 165 37 0 2 65 261 22 47
Binary 1010010 1110111 1110101 11111 0 10 110101 10110001 10010 100111

Color Harmonies of #527775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527775

Black with #527775

Text Example


Text Example

White with #527775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527775; }

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

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

background-color css

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

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

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

border-color css

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

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

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