Html Css Color HEX #51825C Como

📋 copy color: '#51825C'

red 81 ◦ green 130 ◦ blue 92

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

Shades of Como #51825C

Tints of Como #51825C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.36%

R = 26.73%
G = 42.9%
B = 30.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#51825C (or 0x51825C) is known color: Como. HEX triplet: 51, 82 and 5C. RGB value is (81,130,92). Sum of RGB (Red+Green+Blue) = 81+130+92=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #51825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51825C is #AE7DA3. Grayscale: #6F6F6F. Windows color (decimal): -11435428 or 6062673. OLE color: 6062673.

HSL color Cylindrical-coordinate representation of color #51825C: hue angle of 133.47º 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 #51825C is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 130 92 -
CMYK 0.38 0 0.29 0.49
HSL 133.47º 0.23% 0.41% -
HSV(B) 133.47º 0.38% 0.51% -
XYZ 13.31 18.49 12.99 -
YUV 111.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 81 130 92 0.38 0 0.29 0.49 133.47 0.23 0.41
Hex 51 82 5C 26 0 1D 31 85 17 29
Octal 121 202 134 46 0 35 61 205 27 51
Binary 1010001 10000010 1011100 100110 0 11101 110001 10000101 10111 101001

Color Harmonies of #51825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51825C

Black with #51825C

Text Example


Text Example

White with #51825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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