Html Css Color HEX #52807C Breaker Bay

📋 copy color: '#52807C'

red 82 ◦ green 128 ◦ blue 124

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

Shades of Breaker Bay #52807C

Tints of Breaker Bay #52807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 24.55%
G = 38.32%
B = 37.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#52807C (or 0x52807C) is known color: Breaker Bay. HEX triplet: 52, 80 and 7C. RGB value is (82,128,124). Sum of RGB (Red+Green+Blue) = 82+128+124=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #52807C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52807C is #AD7F83. Grayscale: #717171. Windows color (decimal): -11370372 or 8159314. OLE color: 8159314.

HSL color Cylindrical-coordinate representation of color #52807C: hue angle of 174.78º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52807C is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 124 -
CMYK 0.36 0 0.03 0.50
HSL 174.78º 0.22% 0.41% -
HSV(B) 174.78º 0.36% 0.5% -
XYZ 14.84 18.69 21.89 -
YUV 113.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 82 128 124 0.36 0 0.03 0.50 174.78 0.22 0.41
Hex 52 80 7C 24 0 3 32 AF 16 29
Octal 122 200 174 44 0 3 62 257 26 51
Binary 1010010 10000000 1111100 100100 0 11 110010 10101111 10110 101001

Color Harmonies of #52807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52807C

Black with #52807C

Text Example


Text Example

White with #52807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52807C; }

 p { color: rgb(82,128,124); }

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

background-color css

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

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

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

border-color css

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

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

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