Html Css Color HEX #51669C San Marino

📋 copy color: '#51669C'

red 81 ◦ green 102 ◦ blue 156

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

Shades of San Marino #51669C

Tints of San Marino #51669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

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

R = 23.89%
G = 30.09%
B = 46.02%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51669C (or 0x51669C) is known color: San Marino. HEX triplet: 51, 66 and 9C. RGB value is (81,102,156). Sum of RGB (Red+Green+Blue) = 81+102+156=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #51669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51669C is #AE9963. Grayscale: #656565. Windows color (decimal): -11442532 or 10249809. OLE color: 10249809.

HSL color Cylindrical-coordinate representation of color #51669C: hue angle of 223.2º 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 #51669C is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 102 156 -
CMYK 0.48 0.35 0 0.39
HSL 223.2º 0.32% 0.46% -
HSV(B) 223.2º 0.48% 0.61% -
XYZ 14.15 13.65 33.34 -
YUV 101.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 81 102 156 0.48 0.35 0 0.39 223.2 0.32 0.46
Hex 51 66 9C 30 23 0 27 DF 20 2E
Octal 121 146 234 60 43 0 47 337 40 56
Binary 1010001 1100110 10011100 110000 100011 0 100111 11011111 100000 101110

Color Harmonies of #51669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51669C

Black with #51669C

Text Example


Text Example

White with #51669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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