Html Css Color HEX #51826E Cutty Sark

📋 copy color: '#51826E'

red 81 ◦ green 130 ◦ blue 110

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

Shades of Cutty Sark #51826E

Tints of Cutty Sark #51826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 25.23%
G = 40.5%
B = 34.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#51826E (or 0x51826E) is known color: Cutty Sark. HEX triplet: 51, 82 and 6E. RGB value is (81,130,110). Sum of RGB (Red+Green+Blue) = 81+130+110=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #51826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51826E is #AE7D91. Grayscale: #717171. Windows color (decimal): -11435410 or 7242321. OLE color: 7242321.

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

Color convert

RGB 81 130 110 -
CMYK 0.38 0 0.15 0.49
HSL 155.51º 0.23% 0.41% -
HSV(B) 155.51º 0.38% 0.51% -
XYZ 14.19 18.84 17.64 -
YUV 113.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 81 130 110 0.38 0 0.15 0.49 155.51 0.23 0.41
Hex 51 82 6E 26 0 F 31 9C 17 29
Octal 121 202 156 46 0 17 61 234 27 51
Binary 1010001 10000010 1101110 100110 0 1111 110001 10011100 10111 101001

Color Harmonies of #51826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51826E

Black with #51826E

Text Example


Text Example

White with #51826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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