Html Css Color HEX #51669B San Marino

📋 copy color: '#51669B'

red 81 ◦ green 102 ◦ blue 155

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

Shades of San Marino #51669B

Tints of San Marino #51669B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.86%

R = 23.96%
G = 30.18%
B = 45.86%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51669B (or 0x51669B) is known color: San Marino. HEX triplet: 51, 66 and 9B. RGB value is (81,102,155). Sum of RGB (Red+Green+Blue) = 81+102+155=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #51669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51669B is #AE9964. Grayscale: #656565. Windows color (decimal): -11442533 or 10184273. OLE color: 10184273.

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

Color convert

RGB 81 102 155 -
CMYK 0.48 0.34 0 0.39
HSL 222.97º 0.31% 0.46% -
HSV(B) 222.97º 0.48% 0.61% -
XYZ 14.06 13.62 32.9 -
YUV 101.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 81 102 155 0.48 0.34 0 0.39 222.97 0.31 0.46
Hex 51 66 9B 30 22 0 27 DF 1F 2E
Octal 121 146 233 60 42 0 47 337 37 56
Binary 1010001 1100110 10011011 110000 100010 0 100111 11011111 11111 101110

Color Harmonies of #51669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51669B

Black with #51669B

Text Example


Text Example

White with #51669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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