Html Css Color HEX #52857A Breaker Bay

📋 copy color: '#52857A'

red 82 ◦ green 133 ◦ blue 122

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

Shades of Breaker Bay #52857A

Tints of Breaker Bay #52857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

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

R = 24.33%
G = 39.47%
B = 36.2%

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

#52857A (or 0x52857A) is known color: Breaker Bay. HEX triplet: 52, 85 and 7A. RGB value is (82,133,122). Sum of RGB (Red+Green+Blue) = 82+133+122=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #52857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52857A is #AD7A85. Grayscale: #747474. Windows color (decimal): -11369094 or 8029522. OLE color: 8029522.

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

Color convert

RGB 82 133 122 -
CMYK 0.38 0 0.08 0.48
HSL 167.06º 0.24% 0.42% -
HSV(B) 167.06º 0.38% 0.52% -
XYZ 15.38 19.97 21.46 -
YUV 116.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 82 133 122 0.38 0 0.08 0.48 167.06 0.24 0.42
Hex 52 85 7A 26 0 8 30 A7 18 2A
Octal 122 205 172 46 0 10 60 247 30 52
Binary 1010010 10000101 1111010 100110 0 1000 110000 10100111 11000 101010

Color Harmonies of #52857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52857A

Black with #52857A

Text Example


Text Example

White with #52857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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