Html Css Color HEX #51817E Breaker Bay

📋 copy color: '#51817E'

red 81 ◦ green 129 ◦ blue 126

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

Shades of Breaker Bay #51817E

Tints of Breaker Bay #51817E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.5%

R = 24.11%
G = 38.39%
B = 37.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#51817E (or 0x51817E) is known color: Breaker Bay. HEX triplet: 51, 81 and 7E. RGB value is (81,129,126). Sum of RGB (Red+Green+Blue) = 81+129+126=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #51817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51817E is #AE7E81. Grayscale: #727272. Windows color (decimal): -11435650 or 8290641. OLE color: 8290641.

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

Color convert

RGB 81 129 126 -
CMYK 0.37 0 0.02 0.49
HSL 176.25º 0.23% 0.41% -
HSV(B) 176.25º 0.37% 0.51% -
XYZ 15.01 18.96 22.61 -
YUV 114.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 81 129 126 0.37 0 0.02 0.49 176.25 0.23 0.41
Hex 51 81 7E 25 0 2 31 B0 17 29
Octal 121 201 176 45 0 2 61 260 27 51
Binary 1010001 10000001 1111110 100101 0 10 110001 10110000 10111 101001

Color Harmonies of #51817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51817E

Black with #51817E

Text Example


Text Example

White with #51817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51817E; }

 p { color: rgb(81,129,126); }

 H1.HeaderClassName
 {
   color: #51817E;
 }
 .AnyTagClassName
 {
   color: #51817E;
 }
</style>

background-color css

<style>
 a { background-color: #51817E; }

 a { background-color: rgb(81,129,126); }

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

border-color css

<style>
 span { border-color: #51817E; }

 span { border-color: rgb(81,129,126); }

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