Html Css Color HEX #51689C San Marino

📋 copy color: '#51689C'

red 81 ◦ green 104 ◦ blue 156

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

Shades of San Marino #51689C

Tints of San Marino #51689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

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

R = 23.75%
G = 30.5%
B = 45.75%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51689C (or 0x51689C) is known color: San Marino. HEX triplet: 51, 68 and 9C. RGB value is (81,104,156). Sum of RGB (Red+Green+Blue) = 81+104+156=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #51689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51689C is #AE9763. Grayscale: #666666. Windows color (decimal): -11442020 or 10250321. OLE color: 10250321.

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

Color convert

RGB 81 104 156 -
CMYK 0.48 0.33 0 0.39
HSL 221.6º 0.32% 0.46% -
HSV(B) 221.6º 0.48% 0.61% -
XYZ 14.34 14.05 33.41 -
YUV 103.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 81 104 156 0.48 0.33 0 0.39 221.6 0.32 0.46
Hex 51 68 9C 30 21 0 27 DE 20 2E
Octal 121 150 234 60 41 0 47 336 40 56
Binary 1010001 1101000 10011100 110000 100001 0 100111 11011110 100000 101110

Color Harmonies of #51689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51689C

Black with #51689C

Text Example


Text Example

White with #51689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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