Html Css Color HEX #52817F Breaker Bay

📋 copy color: '#52817F'

red 82 ◦ green 129 ◦ blue 127

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

Shades of Breaker Bay #52817F

Tints of Breaker Bay #52817F

RGB

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

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

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

R = 24.26%
G = 38.17%
B = 37.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#52817F (or 0x52817F) is known color: Breaker Bay. HEX triplet: 52, 81 and 7F. RGB value is (82,129,127). Sum of RGB (Red+Green+Blue) = 82+129+127=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #52817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52817F is #AD7E80. Grayscale: #727272. Windows color (decimal): -11370113 or 8356178. OLE color: 8356178.

HSL color Cylindrical-coordinate representation of color #52817F: hue angle of 177.45º 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 #52817F is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 129 127 -
CMYK 0.36 0 0.02 0.49
HSL 177.45º 0.22% 0.41% -
HSV(B) 177.45º 0.36% 0.51% -
XYZ 15.16 19.03 22.95 -
YUV 114.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 82 129 127 0.36 0 0.02 0.49 177.45 0.22 0.41
Hex 52 81 7F 24 0 2 31 B1 16 29
Octal 122 201 177 44 0 2 61 261 26 51
Binary 1010010 10000001 1111111 100100 0 10 110001 10110001 10110 101001

Color Harmonies of #52817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52817F

Black with #52817F

Text Example


Text Example

White with #52817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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