Html Css Color HEX #51649C San Marino

📋 copy color: '#51649C'

red 81 ◦ green 100 ◦ blue 156

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

Shades of San Marino #51649C

Tints of San Marino #51649C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 156 (61.33% from 255) = 46.29%

R = 24.04%
G = 29.67%
B = 46.29%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51649C (or 0x51649C) is known color: San Marino. HEX triplet: 51, 64 and 9C. RGB value is (81,100,156). Sum of RGB (Red+Green+Blue) = 81+100+156=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #51649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51649C is #AE9B63. Grayscale: #646464. Windows color (decimal): -11443044 or 10249297. OLE color: 10249297.

HSL color Cylindrical-coordinate representation of color #51649C: hue angle of 224.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51649C is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 100 156 -
CMYK 0.48 0.36 0 0.39
HSL 224.8º 0.32% 0.46% -
HSV(B) 224.8º 0.48% 0.61% -
XYZ 13.95 13.26 33.28 -
YUV 100.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 81 100 156 0.48 0.36 0 0.39 224.8 0.32 0.46
Hex 51 64 9C 30 24 0 27 E1 20 2E
Octal 121 144 234 60 44 0 47 341 40 56
Binary 1010001 1100100 10011100 110000 100100 0 100111 11100001 100000 101110

Color Harmonies of #51649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51649C

Black with #51649C

Text Example


Text Example

White with #51649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,100,156); }

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

background-color css

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

 a { background-color: rgb(81,100,156); }

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

border-color css

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

 span { border-color: rgb(81,100,156); }

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