Html Css Color HEX #52817A Breaker Bay

📋 copy color: '#52817A'

red 82 ◦ green 129 ◦ blue 122

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

Shades of Breaker Bay #52817A

Tints of Breaker Bay #52817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.74%

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

R = 24.62%
G = 38.74%
B = 36.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#52817A (or 0x52817A) is known color: Breaker Bay. HEX triplet: 52, 81 and 7A. RGB value is (82,129,122). Sum of RGB (Red+Green+Blue) = 82+129+122=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #52817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52817A is #AD7E85. Grayscale: #727272. Windows color (decimal): -11370118 or 8028498. OLE color: 8028498.

HSL color Cylindrical-coordinate representation of color #52817A: hue angle of 171.06º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52817A is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 129 122 -
CMYK 0.36 0 0.05 0.49
HSL 171.06º 0.22% 0.41% -
HSV(B) 171.06º 0.36% 0.51% -
XYZ 14.84 18.9 21.28 -
YUV 114.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 82 129 122 0.36 0 0.05 0.49 171.06 0.22 0.41
Hex 52 81 7A 24 0 5 31 AB 16 29
Octal 122 201 172 44 0 5 61 253 26 51
Binary 1010010 10000001 1111010 100100 0 101 110001 10101011 10110 101001

Color Harmonies of #52817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52817A

Black with #52817A

Text Example


Text Example

White with #52817A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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