Html Css Color HEX #52847A Breaker Bay

📋 copy color: '#52847A'

red 82 ◦ green 132 ◦ blue 122

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

Shades of Breaker Bay #52847A

Tints of Breaker Bay #52847A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.31%

R = 24.4%
G = 39.29%
B = 36.31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#52847A (or 0x52847A) is known color: Breaker Bay. HEX triplet: 52, 84 and 7A. RGB value is (82,132,122). Sum of RGB (Red+Green+Blue) = 82+132+122=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #52847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52847A is #AD7B85. Grayscale: #737373. Windows color (decimal): -11369350 or 8029266. OLE color: 8029266.

HSL color Cylindrical-coordinate representation of color #52847A: hue angle of 168º 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 #52847A is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 122 -
CMYK 0.38 0 0.08 0.48
HSL 168º 0.23% 0.42% -
HSV(B) 168º 0.38% 0.52% -
XYZ 15.24 19.7 21.41 -
YUV 115.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 82 132 122 0.38 0 0.08 0.48 168 0.23 0.42
Hex 52 84 7A 26 0 8 30 A8 17 2A
Octal 122 204 172 46 0 10 60 250 27 52
Binary 1010010 10000100 1111010 100110 0 1000 110000 10101000 10111 101010

Color Harmonies of #52847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52847A

Black with #52847A

Text Example


Text Example

White with #52847A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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