Html Css Color HEX #52847F Breaker Bay

📋 copy color: '#52847F'

red 82 ◦ green 132 ◦ blue 127

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

Shades of Breaker Bay #52847F

Tints of Breaker Bay #52847F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.24%

R = 24.05%
G = 38.71%
B = 37.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#52847F (or 0x52847F) is known color: Breaker Bay. HEX triplet: 52, 84 and 7F. RGB value is (82,132,127). Sum of RGB (Red+Green+Blue) = 82+132+127=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #52847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52847F is #AD7B80. Grayscale: #747474. Windows color (decimal): -11369345 or 8356946. OLE color: 8356946.

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

Color convert

RGB 82 132 127 -
CMYK 0.38 0 0.04 0.48
HSL 174º 0.23% 0.42% -
HSV(B) 174º 0.38% 0.52% -
XYZ 15.56 19.83 23.09 -
YUV 116.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 82 132 127 0.38 0 0.04 0.48 174 0.23 0.42
Hex 52 84 7F 26 0 4 30 AE 17 2A
Octal 122 204 177 46 0 4 60 256 27 52
Binary 1010010 10000100 1111111 100110 0 100 110000 10101110 10111 101010

Color Harmonies of #52847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52847F

Black with #52847F

Text Example


Text Example

White with #52847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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