Html Css Color HEX #51827C Breaker Bay

📋 copy color: '#51827C'

red 81 ◦ green 130 ◦ blue 124

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

Shades of Breaker Bay #51827C

Tints of Breaker Bay #51827C

RGB

 RED value IS 81 (32.03% from 255) = 24.18%

 GREEN value IS 130 (51.17% from 255) = 38.81%

 BLUE value IS 124 (48.83% from 255) = 37.01%

R = 24.18%
G = 38.81%
B = 37.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#51827C (or 0x51827C) is known color: Breaker Bay. HEX triplet: 51, 82 and 7C. RGB value is (81,130,124). Sum of RGB (Red+Green+Blue) = 81+130+124=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #51827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51827C is #AE7D83. Grayscale: #727272. Windows color (decimal): -11435396 or 8159825. OLE color: 8159825.

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

Color convert

RGB 81 130 124 -
CMYK 0.38 0 0.05 0.49
HSL 172.65º 0.23% 0.41% -
HSV(B) 172.65º 0.38% 0.51% -
XYZ 15.01 19.17 21.98 -
YUV 114.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 81 130 124 0.38 0 0.05 0.49 172.65 0.23 0.41
Hex 51 82 7C 26 0 5 31 AD 17 29
Octal 121 202 174 46 0 5 61 255 27 51
Binary 1010001 10000010 1111100 100110 0 101 110001 10101101 10111 101001

Color Harmonies of #51827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51827C

Black with #51827C

Text Example


Text Example

White with #51827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51827C; }

 p { color: rgb(81,130,124); }

 H1.HeaderClassName
 {
   color: #51827C;
 }
 .AnyTagClassName
 {
   color: #51827C;
 }
</style>

background-color css

<style>
 a { background-color: #51827C; }

 a { background-color: rgb(81,130,124); }

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

border-color css

<style>
 span { border-color: #51827C; }

 span { border-color: rgb(81,130,124); }

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