Html Css Color HEX #52847C Breaker Bay

📋 copy color: '#52847C'

red 82 ◦ green 132 ◦ blue 124

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

Shades of Breaker Bay #52847C

Tints of Breaker Bay #52847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.05%

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

R = 24.26%
G = 39.05%
B = 36.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#52847C (or 0x52847C) is known color: Breaker Bay. HEX triplet: 52, 84 and 7C. RGB value is (82,132,124). Sum of RGB (Red+Green+Blue) = 82+132+124=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #52847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52847C is #AD7B83. Grayscale: #747474. Windows color (decimal): -11369348 or 8160338. OLE color: 8160338.

HSL color Cylindrical-coordinate representation of color #52847C: hue angle of 170.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52847C is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 124 -
CMYK 0.38 0 0.06 0.48
HSL 170.4º 0.23% 0.42% -
HSV(B) 170.4º 0.38% 0.52% -
XYZ 15.37 19.75 22.07 -
YUV 116.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 82 132 124 0.38 0 0.06 0.48 170.4 0.23 0.42
Hex 52 84 7C 26 0 6 30 AA 17 2A
Octal 122 204 174 46 0 6 60 252 27 52
Binary 1010010 10000100 1111100 100110 0 110 110000 10101010 10111 101010

Color Harmonies of #52847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52847C

Black with #52847C

Text Example


Text Example

White with #52847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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