Html Css Color HEX #52817D Breaker Bay

📋 copy color: '#52817D'

red 82 ◦ green 129 ◦ blue 125

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

Shades of Breaker Bay #52817D

Tints of Breaker Bay #52817D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 24.4%
G = 38.39%
B = 37.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#52817D (or 0x52817D) is known color: Breaker Bay. HEX triplet: 52, 81 and 7D. RGB value is (82,129,125). Sum of RGB (Red+Green+Blue) = 82+129+125=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #52817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52817D is #AD7E82. Grayscale: #727272. Windows color (decimal): -11370115 or 8225106. OLE color: 8225106.

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

Color convert

RGB 82 129 125 -
CMYK 0.36 0 0.03 0.49
HSL 174.89º 0.22% 0.41% -
HSV(B) 174.89º 0.36% 0.51% -
XYZ 15.03 18.98 22.27 -
YUV 114.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 82 129 125 0.36 0 0.03 0.49 174.89 0.22 0.41
Hex 52 81 7D 24 0 3 31 AF 16 29
Octal 122 201 175 44 0 3 61 257 26 51
Binary 1010010 10000001 1111101 100100 0 11 110001 10101111 10110 101001

Color Harmonies of #52817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52817D

Black with #52817D

Text Example


Text Example

White with #52817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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