Html Css Color HEX #51817F Breaker Bay

📋 copy color: '#51817F'

red 81 ◦ green 129 ◦ blue 127

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

Shades of Breaker Bay #51817F

Tints of Breaker Bay #51817F

RGB

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

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

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

R = 24.04%
G = 38.28%
B = 37.69%

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

#51817F (or 0x51817F) is known color: Breaker Bay. HEX triplet: 51, 81 and 7F. RGB value is (81,129,127). Sum of RGB (Red+Green+Blue) = 81+129+127=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #51817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51817F is #AE7E80. Grayscale: #727272. Windows color (decimal): -11435649 or 8356177. OLE color: 8356177.

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

Color convert

RGB 81 129 127 -
CMYK 0.37 0 0.02 0.49
HSL 177.5º 0.23% 0.41% -
HSV(B) 177.5º 0.37% 0.51% -
XYZ 15.07 18.98 22.95 -
YUV 114.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 81 129 127 0.37 0 0.02 0.49 177.5 0.23 0.41
Hex 51 81 7F 25 0 2 31 B2 17 29
Octal 121 201 177 45 0 2 61 262 27 51
Binary 1010001 10000001 1111111 100101 0 10 110001 10110010 10111 101001

Color Harmonies of #51817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51817F

Black with #51817F

Text Example


Text Example

White with #51817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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